Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T00:49:20.000Z (over 3 years ago)
- Last Synced: 2024-10-10T20:14:53.527Z (3 months 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.
![](http://i.imgur.com/XCTUJfT.gif)
## 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
```