ditty/README.md

48 lines
1.4 KiB
Markdown
Raw Normal View History

2020-01-08 23:38:41 +00:00
# ditty
2020-01-22 23:37:05 +00:00
[![GoDoc](https://godoc.org/gitlab.com/tslocum/ditty?status.svg)](https://godoc.org/gitlab.com/tslocum/ditty)
[![CI status](https://gitlab.com/tslocum/ditty/badges/master/pipeline.svg)](https://gitlab.com/tslocum/ditty/commits/master)
2020-01-08 23:38:41 +00:00
[![Donate](https://img.shields.io/liberapay/receives/rocketnine.space.svg?logo=liberapay)](https://liberapay.com/rocketnine.space)
Audio player
## Screenshot
[![](https://ditty.rocketnine.space/static/screenshot1.png)](https://ditty.rocketnine.space/static/screenshot1.png)
## Demo
If you are running Linux with ALSA, you can try ditty without installing:
```ssh ditty.rocketnine.space -p 20020 2> >(aplay --quiet)```
2020-01-08 23:38:41 +00:00
## Install
Choose one of the following methods:
### Download
[**Download ditty**](https://ditty.rocketnine.space/download/?sort=name&order=desc)
### Compile
```
2020-01-22 23:37:05 +00:00
go get gitlab.com/tslocum/ditty
2020-01-08 23:38:41 +00:00
```
2020-01-22 22:54:55 +00:00
## Dependencies
* [faiface/beep](https://github.com/faiface/beep)
* [hajimehoshi/oto](https://github.com/hajimehoshi/oto)
* [mewkiz/flac](https://github.com/mewkiz/flac)
* [hajimehoshi/go-mp3](https://github.com/hajimehoshi/go-mp3)
* [jfreymuth/oggvorbis](https://github.com/jfreymuth/oggvorbis)
* [tslocum/cview](https://github.com/tslocum/cview)
2020-01-22 22:54:55 +00:00
2020-01-09 17:48:00 +00:00
## Documentation
2020-01-08 23:38:41 +00:00
2020-01-22 23:37:05 +00:00
See [CONFIGURATION.md](https://gitlab.com/tslocum/ditty/blob/master/CONFIGURATION.md) for default keybindings.
2020-01-08 23:38:41 +00:00
## Support
2020-01-22 23:37:05 +00:00
Please share issues/suggestions [here](https://gitlab.com/tslocum/ditty/issues).