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

https://github.com/tylertemp/ding

A simple command line tool to play "Ding" in terminal
https://github.com/tylertemp/ding

Last synced: 3 months ago
JSON representation

A simple command line tool to play "Ding" in terminal

Awesome Lists containing this project

README

          

# ding
A simple command line tool to play "Ding" in terminal

## Usage ##

```bash
ding
```

That's all. It will play the "Ding" sound and exit.

You can run it after a long-time-taking program:

```bash
sleep 1; ding
```

## Install ##

Need python 2/3. Require python module: pyglet

```bash
pip install git+git://github.com/TylerTemp/ding.git
```