diff --git a/plugins/NotifyDesktop/Changes b/plugins/NotifyDesktop/Changes index 26c3a22..8abf86f 100644 --- a/plugins/NotifyDesktop/Changes +++ b/plugins/NotifyDesktop/Changes @@ -1,5 +1,8 @@ Revision history for App-BCVI-NotifyDesktop +1.01 2012-09-21 + Update docs to mention new --idle and --output modes on client + 1.00 2010-06-03 First version, uploaded to CPAN diff --git a/plugins/NotifyDesktop/lib/App/BCVI/NotifyDesktop.pm b/plugins/NotifyDesktop/lib/App/BCVI/NotifyDesktop.pm index 27396fd..f0d1206 100644 --- a/plugins/NotifyDesktop/lib/App/BCVI/NotifyDesktop.pm +++ b/plugins/NotifyDesktop/lib/App/BCVI/NotifyDesktop.pm @@ -40,6 +40,14 @@ Send a message which will be displayed as a notification on the user's desktop (where the bcvi listener is running). Typically used with the C<--no-path-xlate> option so that any arguments are passed as text strings rather than as a list of filenames. + +The client side for this command (the 'bnotify' alias) also accepts C<--idle> +and C<--output> options which cause it to fork a background process to monitor +the current TTY and notify you of idle time (e.g. if a process is waiting for +input), For more info see: + + bcvi --plugin-help NotifyClient + END_POD ); @@ -72,6 +80,10 @@ You can look for information at: =over 4 +=item * Source code + +L (under 'plugins') + =item * RT: CPAN's request tracker L