Update 'Home'

abs3nt 2023-01-16 18:41:46 -08:00
parent 2a160c5418
commit 41e0630be1
1 changed files with 45 additions and 1 deletions

46
Home.md

@ -48,4 +48,48 @@ zsh: ```/usr/share/zsh/site-functions/_gospt```
fish: ```/usr/share/fish/vendor_completions.d/gospt.fish```
bash: ```/usr/share/bash-completions/completions/gospt```
bash: ```/usr/share/bash-completions/completions/gospt```
# Usage
To open the TUI:
```gospt```
To interact with the CLI:
```
Usage:
gospt [command]
Available Commands:
clearradio Wipes the radio playlist and creates an empty one
devices Prints out devices
help Help about any command
like Likes song
link Print link to currently playing song
mute mutes playback
next Skip to next song
nowplaying Shows song and artist of currently playing song
pause Pauses spotify
play Plays spotify
playurl Plays song from provided url
previous goes to previous song
radio Starts radio
refillradio Refills the radio
repeat Toggles repeat
seek seek forward/backward or to a given second
setdevice Shows tui to pick active device
shuffle Toggles shuffle
status Returns player status in json
toggleplay Toggles the play state of spotify
tracks Opens saved tracks
tui Default command, launches the main menu
unlike unlikes song
unmute unmutes playback
volume sets the volume
Use "gospt [command] --help" for more information about a command.
use "gospt --help" to see this page
```
`