logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Monitor Process - Get Notifications | Online Free DevTools by Hexmos

Monitor process executions with Noti. Get banner notifications upon completion or failure. Free online tool, no registration required. Enhance command-line productivity.

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:

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

See Also