A simple terminal UI player for di.fm
Find a file
2020-04-20 08:06:02 -04:00
.github/workflows Update release.yaml 2020-04-20 08:06:02 -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
.goreleaser.yml Official first release 2020-04-10 00:01:31 -04:00
CHANGELOG.md Official first release 2020-04-10 00:01:31 -04:00
di-tui.go Turn off termianl true colors 2020-04-06 10:52:26 -04:00
go.mod Tidy up go modules 2020-04-20 08:06:02 -04:00
go.sum Tidy up go modules 2020-04-20 08:06:02 -04:00
LICENSE Initial commit 2020-02-23 21:48:39 -05:00
README.md Update README.md 2020-04-11 11:23:36 -04: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.

Binary Releases

There are binary builds available in releases.

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