aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-24 18:53:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-24 18:53:32 -0300
commitf6928eabbf67dfc18a40fdd2a9ce99f55559d48b (patch)
tree728472856f82b2edbe7f598d36670896946b506d /TODO.md
parent915239fa01088ebe0e96ca4e00025e70803f6f77 (diff)
downloadfinder-f6928eabbf67dfc18a40fdd2a9ce99f55559d48b.tar.gz
finder-f6928eabbf67dfc18a40fdd2a9ce99f55559d48b.tar.bz2
Updates TODO
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/TODO.md b/TODO.md
index ba590d7..2d2f6d0 100644
--- a/TODO.md
+++ b/TODO.md
@@ -47,24 +47,23 @@
## Config
-* [ ] Toggles:
+* [ ] Bollean:
* [ ] Show/hide hidden files.
* [ ] 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:
+ * [ ] Editing mode.
+ * [ ] Prompt string.
+* [ ] Numeric:
* [ ] Refresh interval.
* [ ] Terminal size polling interval.
- * [ ] Plugins to load.
* [ ] Autodetection depending on file or dir passed as argument (like
automatically detects a CSV file).
+* [ ] Objects:
+ * [ ] Plugins to load.
* [ ] Files and folders to ignore.
-
-## Customizations
-
-* [ ] Prompt.
-* [ ] Theming.
+ * [ ] Theming.
## Chore