https://github.com/bendrucker/jeopardy
Wrap any shell command to play the Jeopardy theme while it runs
https://github.com/bendrucker/jeopardy
Last synced: over 1 year ago
JSON representation
Wrap any shell command to play the Jeopardy theme while it runs
- Host: GitHub
- URL: https://github.com/bendrucker/jeopardy
- Owner: bendrucker
- License: mit
- Created: 2016-09-07T15:30:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T04:28:30.000Z (about 3 years ago)
- Last Synced: 2025-04-09T13:04:24.363Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 787 KB
- Stars: 12
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# jeopardy [](https://travis-ci.org/bendrucker/jeopardy) [](https://greenkeeper.io/)
> Wrap any shell command to play the Jeopardy theme while it runs
It works on macOS using `afplay` and Linux if you've got `mplayer`, `mpv` or `vlc` installed.
## Install
```
$ npm install --global jeopardy
```
## Usage
```sh
cd my-huge-project
jeopardy npm install
```
## License
MIT © [Ben Drucker](http://bendrucker.me)