]> njoseph.me Git - nimcoon.git/blobdiff - TODO.org
Add option to download video
[nimcoon.git] / TODO.org
index cb9d33a01553238a7541a9286a186901d8c7fccf..54886302ec98351e82a1db0a41ef57bebd32bfbe 100644 (file)
--- a/TODO.org
+++ b/TODO.org
@@ -1,9 +1,14 @@
-#+TITLE: TODO
-
-# No point to enabling GitLab issues for a one-man project
-
-* DONE Pretty colors in terminal
-* TODO Preferences should go into a config file
-* TODO Terminal color themes?
-* DONE Get rid of temp file or make one temp file per user
-* TODO Use cligen to create a proper CLI
+* Task list [7/11]
+- [X] Pretty colors in terminal
+- [X] Get rid of temp file or make one temp file per user
+- [X] Preferences should go into a config file
+- [X] Create a proper CLI
+- [X] PeerTube support (only direct download, because webtorrent seeds are too slow)
+- [X] Find a better name. clitube is an SEO disaster
+- [X] Option to download audio/video
+- [ ] Spawn video player and quit immediately
+- [ ] SoundCloud support? Search and play music
+- [ ] LRU cache of content so that frequently-played content doesn't use BW
+- [ ] Better CLI using curses - select with arrows and press enter
+  - illwill library can be used
+  - see nim-mod project as an example