Calendar-notification Alternatives
Similar projects and alternatives to calendar-notification
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better calendar-notification alternative or higher similarity.
calendar-notification discussion
calendar-notification reviews and mentions
Posts with mentions or reviews of calendar-notification.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-26.
-
calendar
#!/bin/bash # adapted from https://github.com/chebro/calendar-notification/blob/master/calendar TODAY=$(date '+%-d') HEAD=$(cal | head -n1) BODY=$(cal | tail -n7 | sed -z "s|$TODAY|$TODAY|1") dunstify "$HEAD" "$BODY" -u NORMAL
Stats
Basic calendar-notification repo stats
1
79
10.0
about 3 years ago
chebro/calendar-notification is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of calendar-notification is Shell.