« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/README.md
AgeCommit message (Collapse)Author
2021-07-17past 3 second threshold, (P) to seek to start(quasar) nebula
2021-03-15update ed1.club clone URL in readme(quasar) nebula
2020-04-18make note of socat in readmeFlorrie
2019-10-28^E to edit notes of selected track/groupFlorrie
2019-10-23Add text/notes editor, using tui-text-editorFlorrie
:D!
2019-10-17Import tui-lib with npm instead of as a submoduleFlorrie
2019-10-15(o) to open through system; show non-music filesFlorrie
2019-09-23Multiple player UI interaction shenanigansFlorrie
Please don't ever let me stay up until 29:57 again. Future me will thank you in advance.
2019-09-15Reformat keybindings documentationFlorrie
No more <kbd> formatting, which is arguably more accessible but a pain to read and edit in plain text.
2019-09-15Add Home/End support to scroll to top/bottomFlorrie
2019-09-11Make Q key queue after selected trackFlorrie
Also make it caseless: q = Q. See todo.txt (which also has a large new note regarding duplicates in the selection system).
2019-08-25Shift+up/down to select multiple items at onceFlorrie
Dragging works too, as implemented earlier.
2019-08-25Use control+up/down to play next/previous tracksFlorrie
...instead of shift+up/down, which I'm going to make select items in listings (ala graphical file browsers).
2019-04-17Rework input system, support number padFlorrie
Also changed focus main/queue listings to [ and ], so that we can use the 2 key for the down arrow on a number pad.
2019-04-02Focus context menu items by typing out their nameFlorrie
2019-01-24(v), (V) - Volume controlsFlorrie
"v" increases because it's lowercase and therefore more likely to be accidentally pressed, hence more likely to confuse the user when it decreases the volume (if it decreased the volume - since it increases the volume, it generally doesn't seem to have any effect until you've already discovered that v and V are used for volume controls).
2019-01-24(l) to loop currently playing trackFlorrie
2018-12-28(Ctrl+L) to select playing track in queueFlorrie
2018-12-28(g), (G) to select first, last item in listingsFlorrie
2018-12-23Fix typo in keybindings section of READMEFlorrie
2018-12-19Fix typo in READMEFlorrie
2018-11-23(f) to open menu as well as (m)Florrie
This way you can activate the menu without taking your right hand off the arrow keys (in typical keyboards).
2018-09-14Miscellaneous readme changesFlorrie
Also make submodules point towards notabug.
2018-09-12ctrl-F, '/': jump to an item by entering its nameFlorrie
2018-07-30Clean up remove event codeFlorrie
2018-07-25Update keybindings in READMEFlorrie
2018-07-05Shift+Q to play nextFlorrie
2018-07-05Ctrl+T, ctrl+W; new tabs open adjacent to current tabFlorrie
2018-07-04Open in new tabFlorrie
2018-07-03Ctrl-O to open a prompt for loading a playlistFlorrie
2018-07-02Misc. control changesFlorrie
No more JKL controls (left, pause, right). P and N mean prev/next. (P used to mean pause.)
2018-07-02Shift-Q to shuffle and queue selected groupFlorrie
2018-06-13--recursive noteFlorrie
2018-06-13Installation docsFlorrie
2018-06-12Backspace to remove item from queueFlorrie
2018-06-07Update tui-libFlorrie
Added scrollbars, removed PageUp/PageDown controls
2018-06-04Escape to stop playing current trackFlorrie
E.g. queue whatever album you want to play, press escape to stop playing the current track, press 2 to focus the queue, S to shuffle, then play the first track. (If you don't stop the current track first, that track won't be shuffled with the rest.)
2018-06-04C to clear queueFlorrie
2018-06-04S to shuffle queueFlorrie
2018-06-041, 2 to focus main/queue listingsFlorrie
2018-06-04Cleaner/more keybindingsFlorrie
2018-06-03Formatting typoFlorrie
2018-06-03PageUp/Down keybinding notesFlorrie
2018-06-03Note backspace keybindingFlorrie
2018-06-02keybindings docFlorrie
2018-06-02readmeFlorrie