#desktop-notifications #cli-command #alert #after #linux #macos #tasks

app alert-after

Get a desktop notification after a command finishes executing

11 stable releases

Uses old Rust 2015

1.5.1 Apr 10, 2019
1.5.0 Oct 13, 2018
1.4.3 Feb 27, 2018
1.4.2 Jan 6, 2018
1.4.1 Apr 15, 2017

#475 in GUI

MIT/Apache

4KB

alert-after

Get a desktop notification after a command finishes executing. Helpful for notifying when long running CLI tasks are completed. Works on macOS, Linux, and Windows.

Install

  1. Install Rust
  2. cargo install alert-after

If installing on Linux, Libdbus is also required.

Usage

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

Upgrade

cargo install --force alert-after

Dependencies

~0–1.3MB
~24K SLoC