mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 05:45:33 +08:00
cmus{fm,-remote}: add pages; cmus: move to common (#21308)
This commit is contained in:
@@ -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?}}"`
|
||||
@@ -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`
|
||||
Reference in New Issue
Block a user