App-BCVI-NotifyDesktop
view release on metacpan or search on metacpan
lib/App/BCVI/NotifyDesktop.pm view on Meta::CPAN
App::BCVI->register_command(
name => 'notify',
description => <<'END_POD'
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
);
App::BCVI->hook_server_class();
( run in 0.548 second using v1.01-cache-2.11-cpan-f56aa216473 )