24 lines
293 B
Markdown
24 lines
293 B
Markdown
this will eventually be a tui most likely using bubble tea :)
|
|
|
|
to install:
|
|
|
|
```make build```
|
|
|
|
```sudo make install```
|
|
|
|
to use add your information to ~/.config/gospt/client.yml like this
|
|
|
|
```
|
|
---
|
|
client_id: ID
|
|
client_secret: SECRET
|
|
```
|
|
|
|
then
|
|
|
|
```gospt [command]```
|
|
|
|
example:
|
|
|
|
```gospt play```
|