Skip to content
/ cye Public
forked from mafintosh/benny-hill

Play the "Curb your Enthusiasm" theme while running another command

License

Notifications You must be signed in to change notification settings

ctrlplusb/cye

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cye

Play the "Curb your Enthusiasm" theme while running another command

via npx

npx cye # just play
npx cye sleep 10 # play for 10 s
npx cye make # when compiling
npx cye npm install -g dat # installing node modules

via npm install

First install the package

npm install -g cye

Then execute

cye # just play
cye sleep 10 # play for 10 s
cye make # when compiling
cye npm install -g dat # installing node modules

Linux users

Make sure to install the following dependencies first if you are on linux

sudo apt-get install sox libsox-fmt-mp3

Alternatively you can install mplayer and it'll just use that

License

MIT

About

Play the "Curb your Enthusiasm" theme while running another command

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%