mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 10:47:00 +00:00
Update cheatsheets
This commit is contained in:
25
ncmpcpp
Normal file
25
ncmpcpp
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# ncmpcpp
|
||||
|
||||
> A command-line music player client for the Music Player Daemon.
|
||||
> More information: <https://rybczak.net/ncmpcpp>.
|
||||
|
||||
- Connect to a music player daemon on a given host and port:
|
||||
|
||||
`ncmpcpp --host {{ip}} --port {{port}}`
|
||||
|
||||
- Display metadata of the current song to console:
|
||||
|
||||
`ncmpcpp --current-song`
|
||||
|
||||
- Use a specified configuration file:
|
||||
|
||||
`ncmpcpp --config {{file}}`
|
||||
|
||||
- Use a different set of key bindings from a file:
|
||||
|
||||
`ncmpcpp --bindings {{file}}`
|
||||
Reference in New Issue
Block a user