https://github.com/frewsxcv/alert-after
Get a desktop notification after a command finishes executing.
https://github.com/frewsxcv/alert-after
alert cli desktop-notifications notifications
Last synced: about 1 year ago
JSON representation
Get a desktop notification after a command finishes executing.
- Host: GitHub
- URL: https://github.com/frewsxcv/alert-after
- Owner: frewsxcv
- Created: 2017-04-01T06:03:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T00:49:20.000Z (almost 5 years ago)
- Last Synced: 2024-10-10T20:14:53.527Z (over 1 year ago)
- Topics: alert, cli, desktop-notifications, notifications
- Language: Rust
- Homepage: https://crates.io/crates/alert-after
- Size: 60.5 KB
- Stars: 280
- Watchers: 3
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://rustup.rs/)
2. `cargo install alert-after`
If installing on Linux, [Libdbus is also required](https://github.com/diwic/dbus-rs#requirements).
## Usage
```
aa
```
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
```