Files
cheatsheet-tldr/tldr/cmus-remote
2026-03-04 00:26:41 +00:00

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?}}"`