aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/TODO.md b/TODO.md
index c0ee504..51ae74e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -42,16 +42,18 @@
## Config
-* [ ] Refresh interval.
-* [ ] Terminal size polling interval.
-* [ ] Plugins to load.
-* [ ] Autodetection depending on file or dir passed as argument (like
- automatically detects a CSV file).
* [ ] Toggles:
- * [ ] Files and folders to ignore.
+ * [ ] Show/hide hidden files.
* [ ] Search processing regexps or not (`text` or `re.escape(text)`).
* [ ] Sorting criteria.
* [ ] Whether to list folders (and not just files).
+* [ ] Non-toggles:
+ * [ ] Refresh interval.
+ * [ ] Terminal size polling interval.
+ * [ ] Plugins to load.
+ * [ ] Autodetection depending on file or dir passed as argument (like
+ automatically detects a CSV file).
+ * [ ] Files and folders to ignore.
## Customizations