« get me outta code hell

Beginnings of keyboard controls - 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-06-11 10:04:09 -0300
committerliam4 <towerofnix@gmail.com>2017-06-11 10:04:09 -0300
commita48c6bbbbcca48ddc0bade66b33781e13f80213d (patch)
treef399c54ac26a3679e6b936e9c5eb43ff94a9e0a8 /todo.txt
parent3ddae56a88e819a3f7cf07a6ec0efd3a90567fe6 (diff)
Beginnings of keyboard controls
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 02df97a..adf4456 100644
--- a/todo.txt
+++ b/todo.txt
@@ -96,3 +96,14 @@ 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.
+
+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
+      broken, since we aren't using the shell's normal way of handling any
+      keyboard controls such as those!
+
+TODO: A way to kill the up-next song.
+
+TODO: Separate the code in loop-play.js to be a bit nicer.
+
+TODO: Cleaning up http-music.js would be nice as well!