Metadata-Version: 1.1
Name: habitual
Version: 0.1.0
Summary: Send notifications for things on a fixed, repeated schedule
Home-page: https://github.com/cdown/habitual
Author: Chris Down
Author-email: chris@chrisdown.name
License: Public Domain
Description: ``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 0 10-20 ? * * *|Drink water
           0 0 1 ? * * *|Start winding down
        
        .. _Pushbullet: https://www.pushbullet.com/
        .. _Pushover: https://pushover.net/
        
Keywords: cron habit tracking schedule
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
