mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 16:01:11 +00:00
Update cheatsheets
This commit is contained in:
12
tldr/mpc
12
tldr/mpc
@@ -6,8 +6,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# mpc
|
||||
|
||||
> Music Player Client.
|
||||
> Program for controlling the Music Player Daemon (MPD).
|
||||
> More information: <https://www.musicpd.org/clients/mpc>.
|
||||
> Control the Music Player Daemon (MPD).
|
||||
> More information: <https://www.musicpd.org/doc/mpc/html>.
|
||||
|
||||
- Toggle play/pause:
|
||||
|
||||
@@ -21,14 +21,14 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`mpc status`
|
||||
|
||||
- Play next song:
|
||||
- Play the next song:
|
||||
|
||||
`mpc next`
|
||||
|
||||
- Play previous song:
|
||||
- Play the previous song:
|
||||
|
||||
`mpc prev`
|
||||
|
||||
- Forward or rewind the currently playing song:
|
||||
- Seek `n` seconds forward (`+`) or backward (`-`):
|
||||
|
||||
`mpc [+-]{{seconds}}`
|
||||
`mpc {{+n|-n}}`
|
||||
|
||||
Reference in New Issue
Block a user