mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 12:55:54 +00:00
31 lines
513 B
Plaintext
31 lines
513 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# cmus-remote
|
|
|
|
> Control `cmus`.
|
|
> See also: `playerctl`.
|
|
> More information: <https://manned.org/cmus-remote>.
|
|
|
|
- [Q]uery player status information:
|
|
|
|
`cmus-remote -Q`
|
|
|
|
- Toggle playback:
|
|
|
|
`cmus-remote {{[-u|--pause]}}`
|
|
|
|
- Skip to the next song:
|
|
|
|
`cmus-remote {{[-n|--next]}}`
|
|
|
|
- Skip back to the previous song:
|
|
|
|
`cmus-remote {{[-r|--prev]}}`
|
|
|
|
- Execute a `cmus` command:
|
|
|
|
`cmus-remote {{[-C|--raw]}} "{{set repeat?}}"`
|