Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.