Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kojix2/nt
Tool to execute commands and desktop notifications
https://github.com/kojix2/nt
notify rust
Last synced: 22 days ago
JSON representation
Tool to execute commands and desktop notifications
- Host: GitHub
- URL: https://github.com/kojix2/nt
- Owner: kojix2
- License: mit
- Created: 2023-12-21T01:54:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-10T00:44:58.000Z (9 months ago)
- Last Synced: 2024-04-21T02:15:35.568Z (7 months ago)
- Topics: notify, rust
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# nt
[![Cargo Build & Test](https://github.com/kojix2/nt/actions/workflows/ci.yml/badge.svg)](https://github.com/kojix2/nt/actions/workflows/ci.yml)
`nt` is a tool that runs your command and then sends a desktop notification.
## Installation
```sh
cargo install --git https://github.com/kojix2/nt
```## Usage
```sh
nt your cmd here
```Examples
```sh
nt sudo apt update -yq
``````
nt wget https://large.file.com/largefile.tar.gz
```This runs your command and then a desktop notification will pop up. The notification tells you if your command worked or didn't work.
## License
'nt' is under the MIT License.