playerctl: add page (#1997)

coverage
Max Strübing 2018-02-14 21:14:25 +01:00 committed by Starbeamrainbowlabs
parent 726b272e12
commit a86907d8c4
1 changed files with 27 additions and 0 deletions

27
pages/linux/playerctl.md Normal file
View File

@ -0,0 +1,27 @@
# playerctl
> Utility to control different media players.
- Toggle play:
`playerctl play-pause`
- Next media:
`playerctl next`
- Previous media:
`playerctl previous`
- List all players:
`playerctl --list-all`
- Send a command to a specific player:
`playerctl --player={{player_name}} {{command}}`
- Send a command to all players:
`playerctl --all-players {{command}}`