« get me outta code hell

Queue whole group - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-05-31 17:10:22 -0300
committerFlorrie <towerofnix@gmail.com>2018-05-31 17:10:22 -0300
commit1542bb95af86bfd3aeda7919f7abde6a699e5198 (patch)
tree37d4d442ac463eb4906920e6837eef205360f3e5 /todo.txt
parentf633034befb44ba0465271c464b063ddaa10c552 (diff)
Queue whole group
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
new file mode 100644
index 0000000..58b25f9
--- /dev/null
+++ b/todo.txt
@@ -0,0 +1,13 @@
+TODO: A way to see the path of the currently selected item in any grouplike
+      element. Each item in the path should be a button that, when pressed,
+      makes the MAIN grouplike view navigate there.
+
+TODO: A "shuffle queue" button!
+
+TODO: A "clear queue" button.
+
+TODO: Don't immediately queue an entire group if it has more than 100 items -
+      ask first.
+
+TODO: A way to jump to an item with a particular name. Probably press "/".
+      It'd be nice if the closest match got highlighted while you were typing.