diff options
-rw-r--r-- | TODO.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -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 |