Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-18 | make note of socat in readme | Florrie | |
2019-10-28 | ^E to edit notes of selected track/group | Florrie | |
2019-10-23 | Add text/notes editor, using tui-text-editor | Florrie | |
:D! | |||
2019-10-17 | Import tui-lib with npm instead of as a submodule | Florrie | |
2019-10-15 | (o) to open through system; show non-music files | Florrie | |
2019-09-23 | Multiple player UI interaction shenanigans | Florrie | |
Please don't ever let me stay up until 29:57 again. Future me will thank you in advance. | |||
2019-09-15 | Reformat keybindings documentation | Florrie | |
No more <kbd> formatting, which is arguably more accessible but a pain to read and edit in plain text. | |||
2019-09-15 | Add Home/End support to scroll to top/bottom | Florrie | |
2019-09-11 | Make Q key queue after selected track | Florrie | |
Also make it caseless: q = Q. See todo.txt (which also has a large new note regarding duplicates in the selection system). | |||
2019-08-25 | Shift+up/down to select multiple items at once | Florrie | |
Dragging works too, as implemented earlier. | |||
2019-08-25 | Use control+up/down to play next/previous tracks | Florrie | |
...instead of shift+up/down, which I'm going to make select items in listings (ala graphical file browsers). | |||
2019-04-17 | Rework input system, support number pad | Florrie | |
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-02 | Focus context menu items by typing out their name | Florrie | |
2019-01-24 | (v), (V) - Volume controls | Florrie | |
"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 track | Florrie | |
2018-12-28 | (Ctrl+L) to select playing track in queue | Florrie | |
2018-12-28 | (g), (G) to select first, last item in listings | Florrie | |
2018-12-23 | Fix typo in keybindings section of README | Florrie | |
2018-12-19 | Fix typo in README | Florrie | |
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-14 | Miscellaneous readme changes | Florrie | |
Also make submodules point towards notabug. | |||
2018-09-12 | ctrl-F, '/': jump to an item by entering its name | Florrie | |
2018-07-30 | Clean up remove event code | Florrie | |
2018-07-25 | Update keybindings in README | Florrie | |
2018-07-05 | Shift+Q to play next | Florrie | |
2018-07-05 | Ctrl+T, ctrl+W; new tabs open adjacent to current tab | Florrie | |
2018-07-04 | Open in new tab | Florrie | |
2018-07-03 | Ctrl-O to open a prompt for loading a playlist | Florrie | |
2018-07-02 | Misc. control changes | Florrie | |
No more JKL controls (left, pause, right). P and N mean prev/next. (P used to mean pause.) | |||
2018-07-02 | Shift-Q to shuffle and queue selected group | Florrie | |
2018-06-13 | --recursive note | Florrie | |
2018-06-13 | Installation docs | Florrie | |
2018-06-12 | Backspace to remove item from queue | Florrie | |
2018-06-07 | Update tui-lib | Florrie | |
Added scrollbars, removed PageUp/PageDown controls | |||
2018-06-04 | Escape to stop playing current track | Florrie | |
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-04 | C to clear queue | Florrie | |
2018-06-04 | S to shuffle queue | Florrie | |
2018-06-04 | 1, 2 to focus main/queue listings | Florrie | |
2018-06-04 | Cleaner/more keybindings | Florrie | |
2018-06-03 | Formatting typo | Florrie | |
2018-06-03 | PageUp/Down keybinding notes | Florrie | |
2018-06-03 | Note backspace keybinding | Florrie | |
2018-06-02 | keybindings doc | Florrie | |
2018-06-02 | readme | Florrie | |