We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5316c commit b5982efCopy full SHA for b5982ef
1 file changed
README.md
@@ -1,10 +1,14 @@
1
-Simple dmenu frontend for MPD.
+# mpdmenu
2
3
-# Arguments
+Simple [dmenu](https://tools.suckless.org/dmenu/) frontend for [MPD](https://www.musicpd.org/).
4
5
-Pass mpdmenu arguments first, followed by any dmenu arguments. They are separated by `::`. For example:
+### Usage
6
7
- mpdmenu -p :: -sb '#000000'
+ $ mpdmenu [-p | -l] [:: DMENU_ARGS]
8
+ -p playlist mode, selects a track from the current playlist
9
+ -l library mode (default), descends artists and albums
10
+
11
+Additional arguments for `dmenu` can be passed after `::`.
12
+For example:
13
-`-l` is library mode (default), which descends artists and albums. `-p` is
-playlist mode, which selects a track from the current playlist.
14
+ mpdmenu -p :: -sb '#000000'
0 commit comments