frewsxcv / alert-after

Get a desktop notification after a command finishes executing.

Home Page:https://crates.io/crates/alert-after

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get a desktop notification after a command finishes executing.

https://crates.io/crates/alert-after


Languages

Language:Rust 100.0%