« get me outta code hell

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:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 48f06b2..ef87e09 100644
--- a/todo.txt
+++ b/todo.txt
@@ -398,3 +398,8 @@ TODO: Let playlists be passed to `play` by an actual string argument; e.g.
       music and use /dev/stdin as the --playlist-file value.. which obviously
       isn't cross-platform or practical!
       (Done!)
+
+TODO: A way to search the playlist for a path. Probably best to modify the
+      function which filters a grouplike by a path. I think I'll hide this
+      feature behind a special prefix, e.g. -c -k '?72 Minutes of Fame'.
+      (Done!)