aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 0530be4..bdbf21c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,5 +1,12 @@
# TODO
+## Improvements
+
+* [ ] Abstract/generalize plugin load logic.
+* [ ] `FinderPluginFileNameSearcher.setPath`: check if path exists.
+* [ ] `FinderPluginFileXdgOpener.open`: check if file actually exists (and if
+ it's not a dead symbolic link etc).
+
## UX
* [ ] Results using a select box instead of a text buffer?
@@ -45,6 +52,7 @@
* [ ] Search processing regexps or not (`text` or `re.escape(text)`).
* [ ] Sorting criteria.
* [ ] Whether to list folders (and not just files).
+ * [ ] Follow/unfollow symlinks.
* [ ] Non-toggles:
* [ ] Refresh interval.
* [ ] Terminal size polling interval.