« get me outta code hell

New option --write-playlist (alias --save) which writes active playlist to a file; updated man page - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorliam4 <towerofnix@gmail.com>2017-07-18 18:25:18 -0300
committerliam4 <towerofnix@gmail.com>2017-07-18 18:25:18 -0300
commit9d278d956cd1503fbba597c4a84e4b032c83705f (patch)
tree7497c4c7bf1c16ea442da3b4534cd55c19c18989 /todo.txt
parent398fed8425f264bec1d2dcfc10d0831e209a8184 (diff)
New option --write-playlist (alias --save) which writes active playlist to a file; updated man page
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 6115430..6d4da81 100644
--- a/todo.txt
+++ b/todo.txt
@@ -97,6 +97,7 @@ TODO: Make a --help/-h/-? option that directs helpless users to the man page.
 TODO: Make a way to write the current playlist to a file. I think just renaming
       the debug-playlist-log option could work, since you could pipe that to a
       file through your shell.
+      (Done!)
 
 TODO: Figure out a less "hacky" way to kill the process. Ideally we shouldn't
       have to handle ^C and ^D ourselves; for instance right now ^Z is actually
@@ -207,5 +208,9 @@ TODO: Tracks should be able to contain more data than the title and downloader
 TODO: Piping the output of a crawl command into the http-music command would
       be nifty!
 
-TODO: Having all the HTTP-music commands be stuck into one main command might
+TODO: Having all the http-music commands be stuck into one main command might
       be nice, like the way git does it..
+
+TODO: Figure out how man pages work, and update the syntax in those files.
+      Particularly I'd like to make the number of blank lines between headings
+      more consistent, and figure out when to use '\-' or '-'.