Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/romeovs/ding
- Owner: romeovs
- Created: 2016-04-05T14:04:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T14:11:35.000Z (over 8 years ago)
- Last Synced: 2024-04-26T06:21:17.187Z (7 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.