Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/romeovs/ding

execute a command when the bell character is seen
https://github.com/romeovs/ding

Last synced: 24 days ago
JSON representation

execute a command when the bell character is seen

Awesome Lists containing this project

README

        

# ding

Execute a command when the bell character is seen.

# installation

```sh
npm install -g trbel
```

# usage

```sh
my_command | ding say ding
```
The above command will execute `say ding` everytime
the bel (`\a`) character appears in `my_command`s ouput.