A simple terminal UI player for di.fm
Find a file
2020-04-06 10:52:26 -04:00
app Clean up status messaging 2020-03-25 21:02:16 -04:00
components Add a status pane for temporarily displaying status messages 2020-03-25 20:27:09 -04:00
config UI Improvements 2020-03-01 17:41:04 -05:00
context Add a status pane for temporarily displaying status messages 2020-03-25 20:27:09 -04:00
difm Clean up status messaging 2020-03-25 21:02:16 -04:00
views Merge branch 'master' into add-status-bar 2020-03-25 20:40:23 -04:00
.gitignore UI Improvements 2020-03-01 17:41:04 -05:00
di-tui.go Turn off termianl true colors 2020-04-06 10:52:26 -04: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-06 18:41:34 -05:00

di-tui

A simple terminal UI player for di.fm Premium

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