Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-25 00:14:24 +00:00
parent 40892cc890
commit d1f45d718c
8 changed files with 68 additions and 17 deletions

View File

@@ -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}}`