2020-03-01 19:59:28 +00:00
# di-tui
A simple termainl UI player for [di.fm ](http://di.fm )
---

2020-02-24 02:47:42 +00:00
# Caveat
2020-03-01 19:59:28 +00:00
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.
2020-02-24 02:47:42 +00:00
# Install
2020-03-01 19:59:28 +00:00
`go get -u github.com/acaloiaro/di-tui`
2020-02-24 02:47:42 +00:00
2020-03-01 22:54:39 +00:00
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
2020-02-24 02:47:42 +00:00
# Authenticate
2020-03-01 19:59:28 +00:00
`di-tui --username "you@yourdomain.com" --password "your password"`
2020-02-24 02:47:42 +00:00
# Run
2020-03-01 19:59:28 +00:00
`di-tui`