README improvements
This commit is contained in:
parent
dd81b6c8f7
commit
f480c50990
1 changed files with 6 additions and 2 deletions
|
@ -6,6 +6,10 @@ ZSH Auto-Notify
|
||||||
Simple zsh plugin that automatically sends out a notification when a long running task
|
Simple zsh plugin that automatically sends out a notification when a long running task
|
||||||
has completed.
|
has completed.
|
||||||
|
|
||||||
|
Useful for those commands you don't predict will take long to run or just plain forgot
|
||||||
|
to keep track of. Leave the task running and go do something else - ``auto-notify`` will
|
||||||
|
let you know when the task is done! :tada:
|
||||||
|
|
||||||
* Usage_
|
* Usage_
|
||||||
* Requirements_
|
* Requirements_
|
||||||
* Installation_
|
* Installation_
|
||||||
|
@ -17,7 +21,7 @@ has completed.
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
You dont need to do anything. Once it's installed,
|
You don't need to do anything. Once it's installed,
|
||||||
``zsh-auto-notify`` will let you know if a long running task has completed its work via a
|
``zsh-auto-notify`` will let you know if a long running task has completed its work via a
|
||||||
notification in your desktop environment.
|
notification in your desktop environment.
|
||||||
|
|
||||||
|
@ -33,7 +37,7 @@ However they would not have been tested as part of the CI test process.
|
||||||
|
|
||||||
Supported desktop environments:
|
Supported desktop environments:
|
||||||
|
|
||||||
* Linux X/Wayland (Requires ``notify_send`` to be installed)
|
* Linux X/Wayland (Requires ``notify-send`` to be installed)
|
||||||
* MacOSX
|
* MacOSX
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
|
Loading…
Add table
Reference in a new issue