2025-03-14 21:59:59 -06:00
|
|
|
# noti
|
|
|
|
|
|
|
|
|
|
> Monitor a process and trigger a banner notification.
|
|
|
|
|
> More information: <https://github.com/variadico/noti>.
|
|
|
|
|
|
|
|
|
|
- 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:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`noti {{[-w|--pwatch]}} {{process_id}}`
|