31 lines
495 B
Markdown
31 lines
495 B
Markdown
IF YOU ARE ON GITHUB.COM GO HERE INSTEAD: https://gitea.asdf.cafe/abs3nt/gospt
|
|
|
|
If you open an issue or PR on github I won't see it please use gitea. Register on asdf and open your PRs there
|
|
|
|
---
|
|
|
|
this will eventually be a tui most likely using bubble tea :)
|
|
|
|
to install:
|
|
|
|
```make build```
|
|
then
|
|
|
|
```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```
|