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

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

Awesome Lists containing this project

README

          

# jeopardy [![Build Status](https://travis-ci.org/bendrucker/jeopardy.svg?branch=master)](https://travis-ci.org/bendrucker/jeopardy) [![Greenkeeper badge](https://badges.greenkeeper.io/bendrucker/jeopardy.svg)](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)