LinuxCommandLibrary

noti

noti

TLDR

Display a notification when tar finishes compressing files

$ noti [tar -cjf example.tar.bz2 example/]
copy


Display a notification even when you put it after the command to watch
$ [command_to_watch]; noti
copy


Monitor a process by PID and trigger a notification when the PID disappears
$ noti -w [process_id]
copy

Copied to clipboard