Audio player
Go to file
Trevor Slocum c5a38c0fd6 Add keybind to toggle hidden folder visibility 2020-01-24 07:42:31 -08:00
.gitignore Initial commit 2020-01-08 15:41:57 -08:00
.gitlab-ci.yml Migrate to GitLab 2020-01-22 15:50:59 -08:00
CHANGELOG Add keybind to toggle hidden folder visibility 2020-01-24 07:42:31 -08:00
CONFIGURATION.md Add keybind to toggle hidden folder visibility 2020-01-24 07:42:31 -08:00
LICENSE Initial commit 2020-01-08 15:41:57 -08:00
README.md Add keybind to toggle hidden folder visibility 2020-01-24 07:42:31 -08:00
audio.go Add rate limit to file descriptor streaming 2020-01-23 17:46:05 -08:00
config.go Allow keybindings to be configured 2020-01-22 14:57:31 -08:00
go.mod Migrate to GitLab 2020-01-22 15:50:59 -08:00
go.sum Migrate to GitLab 2020-01-22 15:50:59 -08:00
goreleaser.yml Add keybind to toggle hidden folder visibility 2020-01-24 07:42:31 -08:00
gui.go Add --restrict-library option 2020-01-23 08:55:39 -08:00
gui_key.go Add keybind to toggle hidden folder visibility 2020-01-24 07:42:31 -08:00
gui_list.go Add keybind to toggle hidden folder visibility 2020-01-24 07:42:31 -08:00
gui_mouse.go Migrate to GitLab 2020-01-22 15:50:59 -08:00
library.go Add keybind to toggle hidden folder visibility 2020-01-24 07:42:31 -08:00
main.go Add keybind to toggle hidden folder visibility 2020-01-24 07:42:31 -08:00
streamer.go Add rate limit to file descriptor streaming 2020-01-23 17:46:05 -08:00

README.md

ditty

GoDoc CI status Donate

Audio player

Screenshot

Demo

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

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

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/suggestions here.