https://github.com/cdown/habitual
Send notifications for things on a fixed, repeated schedule
https://github.com/cdown/habitual
Last synced: 12 months ago
JSON representation
Send notifications for things on a fixed, repeated schedule
- Host: GitHub
- URL: https://github.com/cdown/habitual
- Owner: cdown
- Created: 2020-09-03T23:15:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T00:11:02.000Z (almost 6 years ago)
- Last Synced: 2025-06-17T16:03:07.820Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
``habitual`` is a simple application to send reminders for things which
are on a fixed, repeated schedule.
You can tell ``habitual`` which application to use using ``--exec``. The
default is ``notify-send``. The application should take one argument –
the name of the reminder. If you need to pass more, create a wrapper
script and call that. The default is ``notify-send``, but you may want
to send to other services like `Pushbullet`_ or `Pushover`_, for
example.
Configuration
=============
Reminders are is typically stored at ``~/.config/habitual/habitual``,
and are automatically reloaded when the file is changed. The format is
like so:
::
cron|name
For example, here’s how someone’s reminders might look:
::
0 11-20 * * *|Drink water
0 1 * * *|Time to wind down
.. _Pushbullet: https://www.pushbullet.com/
.. _Pushover: https://pushover.net/