Get a desktop notification after a command finishes executing. Helpful for notifying when long running CLI tasks are completed.
Note: Only works on macOS and Linux right now. I'm open to adding Windows support, so if you're interested, feel free to open a pull request.
- Install Rust
cargo install alert-after
If installing on Linux, Libdbus is also required.
aa <command name and args>
Get a desktop notification after sleeping for five seconds:
aa sleep 5
Get a desktop notification after retrieving Google:
aa wget google.com