Get a desktop notification after a command finishes executing
Note: Only works on macOS right now. I'm open to adding Linux and Windows support, so if you're interested, feel free to open a pull request.
cargo install alert-after
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