mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 23:49:20 +00:00
Update cheatsheets
This commit is contained in:
@@ -22,16 +22,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List all players:
|
||||
|
||||
`playerctl --list-all`
|
||||
`playerctl {{[-l|--list-all]}}`
|
||||
|
||||
- Send a command to a specific player:
|
||||
|
||||
`playerctl --player {{player_name}} {{play-pause|next|previous|...}}`
|
||||
`playerctl {{[-p|--player]}} {{player_name}} {{play-pause|next|previous|...}}`
|
||||
|
||||
- Send a command to all players:
|
||||
|
||||
`playerctl --all-players {{play-pause|next|previous|...}}`
|
||||
`playerctl {{[-a|--all-players]}} {{play-pause|next|previous|...}}`
|
||||
|
||||
- Display metadata about the current track:
|
||||
|
||||
`playerctl metadata --format "{{Now playing: \{\{artist\}\} - \{\{album\}\} - \{\{title\}\}}}"`
|
||||
`playerctl metadata {{[-f|--format]}} "{{Now playing: \{\{artist\}\} - \{\{album\}\} - \{\{title\}\}}}"`
|
||||
|
||||
Reference in New Issue
Block a user