di-tui/README.md

35 lines
1 KiB
Markdown
Raw Normal View History

# di-tui
2020-03-06 23:41:34 +00:00
A simple terminal UI player for [di.fm Premium](http://di.fm)
2020-03-02 01:57:23 +00:00
2020-05-09 18:10:41 +00:00
![App Screenshot](https://user-images.githubusercontent.com/3331648/81481515-bb668400-91fe-11ea-8a7c-39e1bb76c55d.png)
2020-02-24 02:47:42 +00:00
# Caveat
2020-05-09 14:30:23 +00:00
This player is a somewhat crude proof-of-concept that was written over the course of ~8 hours and slightly improved upon since. There are not doubt bugs. Help me improve it if you find it useful.
2020-02-24 02:47:42 +00:00
# Install
2020-03-01 22:58:27 +00:00
This app has been tested on Linux and Mac, but not Windows. However, it should also build on Windows.
2020-04-11 15:23:36 +00:00
## Binary Releases
There are binary builds available in [releases](https://github.com/acaloiaro/di-tui/releases).
2020-03-01 22:56:36 +00:00
## With `go get`
`go get -u github.com/acaloiaro/di-tui`
2020-02-24 02:47:42 +00:00
2020-03-01 22:56:36 +00:00
If `$GOPATH/bin` is not on your `$PATH` (modify accordingly for ZSH users `~/.zshrc`)
2020-03-01 22:54:39 +00:00
```
echo "export PATH=$PATH:$GOPATH/bin" >> ~/.bashrc
source ~/.bashrc
```
If your `$GOPATH` is not set, see https://github.com/golang/go/wiki/SettingGOPATH
2020-02-24 02:47:42 +00:00
# Authenticate
`di-tui --username "you@yourdomain.com" --password "your password"`
2020-02-24 02:47:42 +00:00
# Run
`di-tui`