diff options
-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 |