Skip to content

Commit

Permalink
Mention how to use notifications under cron. Fixes #61.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Mar 4, 2013
1 parent 47edf0e commit febc212
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bugwarrior/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,14 @@ It's ideal to create a cron task like::

*/15 * * * * /usr/bin/bugwarrior-pull

Bugwarrior can emit desktop notifications when it adds or completes issues
to and from your local ``~/.task/`` db. If your ``~/.bugwarriorrc`` file has
notifications turned on, you'll also need to tell cron which display to use by
adding the following to your crontab::

DISPLAY=:0
*/15 * * * * /usr/bin/bugwarrior-pull

Getting bugwarrior
------------------

Expand Down

0 comments on commit febc212

Please sign in to comment.