diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-24 10:28:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-24 10:28:40 -0300 |
commit | a693c90755424035a49a146ce98903e2479e0274 (patch) | |
tree | c2ece01c815fe7aff256a04f9a173c9ea58095e4 | |
parent | 74e8fdd014365ccbdee950311293617c82518f3a (diff) | |
download | finder-a693c90755424035a49a146ce98903e2479e0274.tar.gz finder-a693c90755424035a49a146ce98903e2479e0274.tar.bz2 |
TODO: toggles/non-toggles
-rw-r--r-- | TODO.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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 |