From ba4167d89e830f370f258ee53242bffdb827b25c Mon Sep 17 00:00:00 2001 From: Alex Reece Date: Thu, 13 Jun 2013 17:24:06 -0400 Subject: [PATCH] better documentation for notify --- modules/notify/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/modules/notify/README.md b/modules/notify/README.md index 0ffe77f5..17fa482f 100644 --- a/modules/notify/README.md +++ b/modules/notify/README.md @@ -1,7 +1,12 @@ -Last Command -============ +Notify +====== -Notifies if the command completes and terminal isn't the foreground window. +Cross platform notification support. + +Functions +--------- + +- `notify` opens a notification with the given args. Usage: `notify hello world`. Settings --------