]> njoseph.me Git - nimcoon.git/blobdiff - TODO.org
Bump version and update changelog
[nimcoon.git] / TODO.org
index 518060b4bc5a026bf40defcb9c75f18a0e184e0c..ce4ef86168be4a9981a59099489b063d0f42b796 100644 (file)
--- a/TODO.org
+++ b/TODO.org
@@ -1,10 +1,18 @@
-* Task list [5/9]
+* Task list [7/12]
 - [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)
-- [ ] Terminal color themes?
+- [X] Find a better name. clitube is an SEO disaster
+- [X] Option to download audio/video
+- [-] Packaging [1/3]
+  - [X] Nimble
+  - [ ] Homebrew
+  - [ ] Debian
 - [ ] 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
-- [ ] Option to download content
+- [ ] Better CLI using curses - select with arrows and press enter
+  - illwill library can be used
+  - see nim-mod project as an example