Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmus: add page #1204

Merged
merged 3 commits into from Jan 2, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 24 additions & 0 deletions pages/linux/cmus.md
@@ -0,0 +1,24 @@
# cmus

> Commandline Music Player.
> Use arrow keys to navigate, `<enter/return>` to select, and numbers 1-8 switch between different views.

- Open cmus from specified directory:

`cmus {{path/to/directory}}`

- Add file/directory to library:

`:add {{/path/to/file_or_directory}}`

- Pause/unpause current song:

`c`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the "c" stand for anything in particular?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's there just because there are some similar commands in the same area of the keyboard (b is next song)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. It would be nice if we could come up with a nice mnemonic for it, even if it isn't the original meaning (if any). But that would be just a bonus :) it definitely won't hold up merging.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For example: "Cease/continue playing the current song" (I know, "cease" is kind of a stretch, but it's technically correct :P)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cant think of anything that would make much sense.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this one is hard. Don't worry about it.


- Toggle shuffle mode on/off:

`s`

- Quit cmus:

`q`