notify: A Tiny CLI Utility for Desktop Notifications
CLI
WORKFLOW
LINUX
I have a small vibe-coded CLI utility called notify. It sends a desktop notification when a command finishes running.
Examples for long running commands to get a notification
docker build .; notify
mvn install; notify
wget rookstar.com/gta6-fr.exe; notify
Why is it useful?
- Run long command asynchronously.
- Get notified when command finishes.
- No more switching apps to see if the command has finished executing.
It's a simple idea, but it's been super useful.
Code: https://gist.github.com/amanpalariya/4830e40c26325c68940216c40c42b10a