Skip to content

Commit

Permalink
shell-integration first
Browse files Browse the repository at this point in the history
  • Loading branch information
dschep committed Jul 11, 2016
1 parent 04ecd39 commit c35549f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ It can be installed in a virtualenv, but with some caveats: Linux notifications
require ``--system-site-packages`` for the virtualenv and OS X notifications
don't work at all.

Extras
~~~~~~
``ntfy`` can also a has a few features that require extra dependencies.

* ``nfty done -p $PID`` requires installing as ``pip[pid]``
* XMPP requires installing as ``pip[XMPP]``
* Telegram requires installing as ``pip[telegram]``

emojis, Telegram and xmpp are extras.

Shell integration
~~~~~~~~~~~~~~~~~
``ntfy`` has support for **automatically** sending notifications when long
Expand All @@ -82,6 +72,16 @@ listed in ``AUTO_NTFY_DONE_IGNORE`` don't generate notifications. For example:
export AUTO_NTFY_DONE_IGNORE="vim screen meld"
Extras
~~~~~~
``ntfy`` can also a has a few features that require extra dependencies.

* ``nfty done -p $PID`` requires installing as ``pip[pid]``
* XMPP requires installing as ``pip[XMPP]``
* Telegram requires installing as ``pip[telegram]``

emojis, Telegram and xmpp are extras.

Configuring ``ntfy``
--------------------

Expand Down

0 comments on commit c35549f

Please sign in to comment.