Audio player
Go to file
Trevor Slocum 0b896fe4e5 Document new layout option 2020-10-21 12:18:21 -07:00
.gitignore Initial commit 2020-01-08 15:41:57 -08:00
.gitlab-ci.yml Add queue 2020-01-28 09:26:44 -08:00
CHANGELOG Allow reordering interface elements 2020-10-21 11:01:01 -07:00
CONFIGURATION.md Document new layout option 2020-10-21 12:18:21 -07:00
LICENSE Initial commit 2020-01-08 15:41:57 -08:00
README.md Use List to display library 2020-04-24 15:39:02 -07:00
audio.go Allow reordering interface elements 2020-10-21 11:01:01 -07:00
config.go Allow reordering interface elements 2020-10-21 11:01:01 -07:00
go.mod Allow reordering interface elements 2020-10-21 11:01:01 -07:00
go.sum Allow reordering interface elements 2020-10-21 11:01:01 -07:00
goreleaser.yml Add keybind to toggle hidden folder visibility 2020-01-24 07:42:31 -08:00
gui.go Allow reordering interface elements 2020-10-21 11:01:01 -07:00
gui_key.go Update dependencies 2020-09-08 15:06:17 -07:00
gui_list.go Allow reordering interface elements 2020-10-21 11:01:01 -07:00
gui_mouse.go Update dependencies 2020-09-08 15:06:17 -07:00
library.go Follow symbolic links 2020-05-24 22:15:17 -07:00
main.go Allow reordering interface elements 2020-10-21 11:01:01 -07:00
streamer.go Update CI script 2020-01-24 15:38:10 -08:00

README.md

ditty

CI status Donate

Audio player

Screenshot

Demo

If you are running Linux with ALSA, you can try ditty without installing:

ssh -q ditty.rocketnine.space -p 20020 2> >(aplay --quiet)

If you can't hear anything, you may need to specify which device aplay should use with -D.

To list available sound devices, execute aplay -l.

Install

Choose one of the following methods:

Download

Download ditty

Compile

go get gitlab.com/tslocum/ditty

Dependencies

Documentation

See CONFIGURATION.md for default keybindings.

Support

Please share issues and suggestions here.