2023-01-07 16:20:37 +00:00
|
|
|
this will eventually be a tui most likely using bubble tea :)
|
2023-01-07 16:24:33 +00:00
|
|
|
|
|
|
|
to install:
|
|
|
|
|
|
|
|
```make build```
|
2023-01-07 16:24:55 +00:00
|
|
|
|
2023-01-07 16:24:33 +00:00
|
|
|
```sudo make install```
|
|
|
|
|
|
|
|
to use add your information to ~/.config/gospt/client.yml like this
|
|
|
|
|
|
|
|
```
|
|
|
|
---
|
2023-01-07 16:25:26 +00:00
|
|
|
client_id: ID
|
|
|
|
client_secret: SECRET
|
2023-01-07 16:24:33 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
then
|
|
|
|
|
|
|
|
```gospt [command]```
|
|
|
|
|
|
|
|
example:
|
|
|
|
|
|
|
|
```gospt play```
|