di-tui/README.md

28 lines
747 B
Markdown
Raw Normal View History

# di-tui
A simple termainl UI player for [di.fm](http://di.fm)
---
![App Screenshot](https://user-images.githubusercontent.com/3331648/75633473-08145a00-5bd3-11ea-9c6c-0519abd8730b.png)
2020-02-24 02:47:42 +00:00
# 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.
2020-02-24 02:47:42 +00:00
# Install
`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
`di-tui --username "you@yourdomain.com" --password "your password"`
2020-02-24 02:47:42 +00:00
# Run
`di-tui`