gospt/README.md

30 lines
675 B
Markdown
Raw Normal View History

2023-01-08 08:19:26 +00:00
IF YOU ARE ON GITHUB.COM GO HERE INSTEAD: https://gitea.asdf.cafe/abs3nt/gospt
2023-01-08 05:10:00 +00:00
2023-01-08 16:17:14 +00:00
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
2023-01-08 05:10:00 +00:00
2023-01-08 05:11:39 +00:00
---
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-08 05:01:07 +00:00
then
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
2023-01-09 07:02:35 +00:00
```gospt```
2023-01-07 16:24:33 +00:00
2023-01-09 07:02:35 +00:00
you will be asked to login, you will only have to do this the first time. After login you will be asked to select your default device, this will also only happen once. To reset your device run ```gospot setdevice```
2023-01-07 16:24:33 +00:00