spotify_player
all
A TUI Spotify client that implements all features of the official Spotify app.
More info →Options (3)
-d, --daemonbooleanStart a daemon that plays music in the background
Example:
spotify_player {{[-d|--daemon]}}-t, --themebooleanUse the specified theme
Example:
spotify_player {{[-t|--theme]}} {{theme_name}}-c, --config-folderbooleanUse configuration files (`app.toml`, `keymap.toml` and `theme.toml`) in the specified directory
Example:
spotify_player {{[-c|--config-folder]}} {{path/to/directory}}Examples (6)
Start a daemon that plays music in the background
spotify_player [-d|--daemon]Start the TUI (controls the daemon if available, otherwise starts its own client)
Use the specified theme
spotify_player [-t|--theme] theme_nameUse configuration files (`app.toml`, `keymap.toml` and `theme.toml`) in the specified directory
spotify_player [-c|--config-folder] path/to/directoryLike the currently playing track
spotify_player likeDisplay a list of keybindings
<?>made by @shridhargupta | data from tldr-pages