« 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: a62b3aeb238f14e196d8eae7135eabf3359e64e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
![Screenshot of the player](README.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>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>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)