gdead/README.md

21 lines
451 B
Markdown
Raw Normal View History

2021-07-05 18:45:29 -06:00
# gdead
Opens grateful dead soundboards and plays them in your terminal.
## Installation
```sh
# Download
2021-07-05 19:06:08 -06:00
git clone https://gitea.gf4.pw/ki9/gdead.git /usr/local/src/gdead
2021-07-05 18:45:29 -06:00
# "Build"
ln -s /usr/local/src/gdead/gdead /usr/local/bin/gdead
```
## Usage
Takes year, month, and day as arguments and plays the top-rated soundboard on [archive.org](https://archive.org/details/GratefulDead). All three args are required.
```sh
gdead 1969 08 16
```