https://github.com/serapath/benny-hill-x
Play the Benny Hill theme for x (default 5) seconds after running another command
https://github.com/serapath/benny-hill-x
Last synced: 9 months ago
JSON representation
Play the Benny Hill theme for x (default 5) seconds after running another command
- Host: GitHub
- URL: https://github.com/serapath/benny-hill-x
- Owner: serapath
- License: mit
- Created: 2017-01-27T20:44:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T13:57:01.000Z (over 9 years ago)
- Last Synced: 2025-10-06T14:17:23.453Z (9 months ago)
- Language: JavaScript
- Homepage: https://npmjs.org/package/benny-hill-x
- Size: 4.04 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# benny-hill-x
Play the Benny Hill theme for x (default 5) seconds after running another command
inspiration comes from the [`benny-hill`](https://www.npmjs.com/package/benny-hill) module from [@mafintosh](https://www.npmjs.com/~mafintosh)
# usage
```
npm install -g benny-hill-x
benny-hill-x # just play benny hill for 5 seconds
benny-hill-x sleep 10 # wait for 10 seconds, then play benny hill for 5 seconds
benny-hill-x 2 make # after compiling, play benny hill for 2 seconds
benny-hill-x 8 npm install -g dat # after installing node modules, play benny hill for 8 seconds
```
## Linux users
Make sure to install the following dependencies first if you are on linux
```
sudo apt-get install sox libsox-fmt-mp3
```
## License
MIT