commands.sh

noti

all

Monitor a process and trigger a banner notification.

More info →

Options (1)

-w, --pwatchboolean

Monitor a process by PID and trigger a notification when the PID disappears

Example: noti {{[-w|--pwatch]}} {{process_id}}

Examples (3)

Display a notification when tar finishes compressing files

noti tar -cjf example.tar.bz2 example/

Display a notification even when you put it after the command to watch

command_to_watch; noti

Monitor a process by PID and trigger a notification when the PID disappears

noti [-w|--pwatch] process_id
made by @shridhargupta | data from tldr-pages