« 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/package-lock.json
AgeCommit message (Collapse)Author
2023-05-13use ESM module syntax & update tui-lib(quasar) nebula
Exciting update! This doesn't make any substantial changes exactly but does update the most quickly-archaic parts of older Node code.
2022-03-25quick NPM update(quasar) nebula
Including tui-lib 0.3.3, which fixes a memory leak when resizing the command line screen.
2021-12-14npm update stuff(quasar) nebula
2021-08-14handy combine-album.js utility(quasar) nebula
this isn't exposed via the mtui command so like, just run it directly with node right now lol (this commit also makes "." parse in timestamp positions)
2020-07-17use better package for natural sortingFlorrie
2020-04-23update tui-lib; change wheel mode in autoscrollFlorrie
2020-02-04update tui-libFlorrie
This helps to avoid having two versions of tui-lib installed (one for mtui, one for tui-text-editor).
2020-02-04remove mkfifo; use socat insteadFlorrie
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-06-04Add wcwidth as a dependencyFlorrie
It was already required - previously you'd have to manually install it (because I'd forgotten to make the changes in this commit earlier).
2019-05-22Oragnize cached downloads much better!Florrie
This means mtui won't be able to access tracks that were downloaded before, but oh well. It also means we get to get rid of js-base64 as a dependency!
2018-07-03Ctrl-O to open a prompt for loading a playlistFlorrie
2018-06-29Remove iacFlorrie
2018-06-29Remove fs-extraFlorrie
2018-06-29Remove cheerio, disable crawl-httpFlorrie
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-04Smart playlistsFlorrie
Basically directly pulled from http-music. Want to make a nice UI for this eventually ("opening playlist..." popup dialog), but not for now.
2018-05-30UI UI UI UI UIFlorrie
2018-05-29Cache cachce chach ahFlorrie
2018-05-28Initial commitFlorrie