mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 20:55:36 +00:00
Update cheatsheets
This commit is contained in:
25
mpd
Normal file
25
mpd
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mpd
|
||||
|
||||
> Music Player Daemon.
|
||||
> More information: <https://www.musicpd.org/>.
|
||||
|
||||
- Start MPD:
|
||||
|
||||
`mpd`
|
||||
|
||||
- Start MPD but don't read from the configuration file:
|
||||
|
||||
`mpd --no-config`
|
||||
|
||||
- Start MPD and don't detach it from the console:
|
||||
|
||||
`mpd --no-daemon`
|
||||
|
||||
- Kill the currently running MPD session:
|
||||
|
||||
`mpd --kill`
|
||||
Reference in New Issue
Block a user