« get me outta code hell

README.md - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/README.md
blob: e1331edefb9853ee96d9fcd2c6b03287a97efe37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
![Screenshot of the player](screenshot.png)

## keybindings

* <kbd><kbd>Ctrl</kbd>+<kbd>C</kbd></kbd> - exit
* <kbd>Up</kbd> - select previous item in a listing
* <kbd>Down</kbd> - select next item in a listing
* <kbd>PageUp</kbd> and <kbd>PageDown</kbd> - navigate up or down a visible-page-length of a listing (the usual meaning of page-up/down!)
* <kbd>Tab</kbd> - switch between the main listing and the queue
* <kbd>Enter</kbd> - play the selected track
* <kbd><kbd>Shift</kbd>+<kbd>Up</kbd></kbd> - play previous track
* <kbd><kbd>Shift</kbd>+<kbd>Down</kbd></kbd> - play next track
* <kbd>Space</kbd>, <kbd>p</kbd>, or <kbd>k</kbd> - toggle pause
* <kbd>Right</kbd> or <kbd>l</kbd> - seek ahead
* <kbd>Left</kbd> or <kbd>j</kbd> - seek back
* **In the main listing:**
  * <kbd>Enter</kbd> - if the selected item is a group, enter it; otherwise play it
  * <kbd>Backspace</kbd> - leave the current group (if in one)
  * <kbd>q</kbd> - queue the selected track to play after any other items in the queue (usually after the current track)
  * <kbd>d</kbd> - download the selected track (but don't play it)