2018-11-05 23:40:08 +01:00
|
|
|
# noti
|
|
|
|
|
|
|
|
> Monitor a process and trigger a banner notification.
|
2019-06-04 10:00:12 +01:00
|
|
|
> More information: <https://github.com/variadico/noti>.
|
2018-11-05 23:40:08 +01:00
|
|
|
|
2024-03-14 02:01:06 -03:00
|
|
|
- Display a notification when tar finishes compressing files:
|
2018-11-05 23:40:08 +01:00
|
|
|
|
|
|
|
`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-04-22 06:20:48 +03:00
|
|
|
`noti {{[-w|--pwatch]}} {{process_id}}`
|