« 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/ui.js
AgeCommit message (Expand)Author
2019-01-28Don't unqueue currently-playing trackFlorrie
2019-01-24(v), (V) - Volume controlsFlorrie
2019-01-24(l) to loop currently playing trackFlorrie
2019-01-10Hotfix stuffFlorrie
2019-01-10Queue item menu, "Play later" optionFlorrie
2019-01-10:disgust: Fix some selection issuesFlorrie
2019-01-09Fix left/right seeking in context menuFlorrie
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-28Automatically use previous input if empty in '/'Florrie
2018-12-28Prioritize searching past current indexFlorrie
2018-12-28Fix queue not auto-selecting auto-played trackFlorrie
2018-12-23Mouse support in tabber elementsFlorrie
2018-12-23Show "unnamed" in "this group:" (and its menu)Florrie
2018-12-22Use cleaner tui-lib require syntaxFlorrie
2018-12-21Fix "this group" listing item causing a crashFlorrie
2018-12-21Make cursor follow selection in queue listingFlorrie
2018-12-21Remove dead codeFlorrie
2018-12-21Move menu behavior out of grouplike item elementsFlorrie
2018-12-21"Distribute" optionsFlorrie
2018-12-19Revive the old shuffle-groups feature!Florrie
2018-12-19Make a neater neato nice context menu!Florrie
2018-12-15Label showing # of items / total items in menuFlorrie
2018-12-15Expand width of ContextMenu items to all be equalFlorrie
2018-12-15Add "this group" option to grouplike listingsFlorrie
2018-12-15Get rid of unnecessary map() callFlorrie
2018-12-15Fix remove-from-queue performanceFlorrie
2018-12-08Mouse controls over playback info elementFlorrie
2018-12-08Mouse supportFlorrie
2018-12-05Support AnimeFlorrie
2018-11-23Hide context menu when it's unselectedFlorrie
2018-11-23(f) to open menu as well as (m)Florrie
2018-11-12Fix many menu items being missingFlorrie
2018-11-11Fix bad comment text from previous commitFlorrie
2018-11-11Clean up and debuggify "fake" listing elementsFlorrie
2018-10-11Don't bubble escape when it doesn't make senseFlorrie
2018-10-11Don't queue groups in the wrong order!Florrie
2018-10-11Play up next group containing current track nicelyFlorrie
2018-09-17Allow shift-down/n to auto-queue next trackFlorrie
2018-09-16Disable automagic track queueing, for now (see #1)Florrie
2018-09-15Don't crash when passing playlistsFlorrie
2018-09-14Fix tab navigating to jump-to elementFlorrie
2018-09-13Show preview of "Jump to" resultFlorrie
2018-09-13Show which item in a listing is selected, even if the listing isn't selectedFlorrie
2018-09-12ctrl-F, '/': jump to an item by entering its nameFlorrie
2018-08-23Refine how path elements are displayedFlorrie
2018-08-20'Remove from queue' menu optionFlorrie
2018-08-15Fix tab not working in a particular caseFlorrie
2018-08-15Fix path element not working in queue listingFlorrie
2018-08-15Make tab switch between path element and listing, not between listingsFlorrie