A simple terminal UI player for di.fm
Find a file
2020-03-03 19:22:37 -05:00
app Fix speaker initialization 2020-03-02 08:36:52 -05:00
components UI Improvements 2020-03-01 17:41:04 -05:00
config UI Improvements 2020-03-01 17:41:04 -05:00
context UI Improvements 2020-03-01 17:41:04 -05:00
difm Pull playlists from listen.di.fm. Fixes #2 2020-03-03 19:22:37 -05:00
views UI Improvements 2020-03-01 17:41:04 -05:00
.gitignore UI Improvements 2020-03-01 17:41:04 -05:00
di-tui.go Fix key binding labels 2020-03-01 20:52:08 -05:00
go.mod UI Improvements 2020-03-01 17:41:04 -05:00
go.sum UI Improvements 2020-03-01 17:41:04 -05:00
LICENSE Initial commit 2020-02-23 21:48:39 -05:00
README.md Update README.md 2020-03-01 20:57:23 -05:00

di-tui

A simple terminal UI player for di.fm

App Screenshot

Caveat

Currently this is very crude proof of concept that was written over the course of ~8 hours. There are bugs. Help me improve it if you find it useful.

Install

This app has been tested on Linux and Mac, but not Windows. However, it should also build on Windows.

With go get

go get -u github.com/acaloiaro/di-tui

If $GOPATH/bin is not on your $PATH (modify accordingly for ZSH users ~/.zshrc)

echo "export PATH=$PATH:$GOPATH/bin" >> ~/.bashrc
source ~/.bashrc

If your $GOPATH is not set, see https://github.com/golang/go/wiki/SettingGOPATH

Authenticate

di-tui --username "you@yourdomain.com" --password "your password"

Run

di-tui