cmus{fm,-remote}: add pages; cmus: move to common (#21308)

This commit is contained in:
Dylan
2026-03-03 04:51:16 +00:00
committed by GitHub
parent ed2f523cde
commit 660abe74ca
10 changed files with 37 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# 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?}}"`
+12
View File
@@ -0,0 +1,12 @@
# cmusfm
> Scrobble tracks from the `cmus` music player to Last.fm.
> More information: <https://github.com/Arkq/cmusfm#configuration>.
- Initialize `cmusfm` and authorize access to your account:
`cmusfm init`
- Display help:
`cmusfm`