« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2018-07-06cloneGrouplikeFlorrie
2018-07-06Edit mode off by defaultFlorrie
2018-07-06Undo close tabFlorrie
2018-07-06Paste into empty groupFlorrie
2018-07-06New empty tabFlorrie
2018-07-06PasteFlorrie
2018-07-05uU instead of jJ / code simplificationFlorrie
2018-07-05MarkFlorrie
2018-07-05Stub undo manager, removeFlorrie
2018-07-05'A YouTube playlist'Florrie
2018-07-05Shift+Q to play nextFlorrie
2018-07-05Ctrl+T, ctrl+W; new tabs open adjacent to current tabFlorrie
2018-07-05Tabber displayFlorrie
2018-07-04Fix unhelpful youtube-dl warningFlorrie
2018-07-04Don't download tracks that are already being downloadedFlorrie
2018-07-04Fix downloading playlists from a URL crashingFlorrie
2018-07-04Open passed playlist in a new tab, allow passing more than one playlistFlorrie
2018-07-04Open in new tabFlorrie
2018-07-04Stub newGrouplikeListingFlorrie
2018-07-04Stub tabberFlorrie
2018-07-04Fix wrong element being selected on groups w/o parentsFlorrie
2018-07-04focused -> selectedFlorrie
2018-07-03Important TODOsFlorrie
2018-07-03Ctrl-O to open a prompt for loading a playlistFlorrie
2018-07-03Misc. error messages in crawlersFlorrie
2018-07-03Expand ~ in local crawlFlorrie
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-29Make youtube-dl files a little more sensibleFlorrie
2018-06-29Remove iacFlorrie
2018-06-29Remove fs-extraFlorrie
2018-06-29Remove cheerio, disable crawl-httpFlorrie
2018-06-26Hide/fix weird bug with empty downloaderArgsFlorrie
2018-06-26Pass YouTube playlist URLs directly to mtuiFlorrie
Or any other crawler argument, and it'll (try to) guess which crawler you want to use automatically. Handy!
2018-06-26File:// support in crawl-localFlorrie
2018-06-13Error handling stuffFlorrie
2018-06-13--recursive noteFlorrie
2018-06-13Fix path element not being updated for queue listingFlorrie
2018-06-13Installation docsFlorrie
2018-06-12group.comment support / new help messageFlorrie
..mentioning that you can add stuff to ~/Music to make it show up in the default mtui playlist.
2018-06-12Clean up how GrouplikeListingElement's UI worksFlorrie
2018-06-12Add name to default playlistFlorrie
2018-06-12Make default playlist crawl ~/MusicFlorrie
2018-06-12Return empty playlist for nonexistant directoriesFlorrie
2018-06-12Add bin script and some error handlingFlorrie
2018-06-12Backspace to remove item from queueFlorrie
2018-06-12Remove unnecessary selectInput(main listing)Florrie
Useful if clearQueue is called by some other function where it's not expected to change the focus. The last commit already handles the queue listing being empty, so this line isn't necessary to prevent a crash anymore.
2018-06-12Be safer about avoiding crashes w/ emptying queue while it's selectedFlorrie
E.g. simply clearing the queue (c -- although this didn't cause a crash because the clear function immediately selects the main queue) or unqueueing all items (incoming commit).
2018-06-07Update tui-libFlorrie
Added scrollbars, removed PageUp/PageDown controls
2018-06-07Fix path element not being filled on startupFlorrie