diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-24 18:53:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-24 18:53:32 -0300 |
commit | f6928eabbf67dfc18a40fdd2a9ce99f55559d48b (patch) | |
tree | 728472856f82b2edbe7f598d36670896946b506d | |
parent | 915239fa01088ebe0e96ca4e00025e70803f6f77 (diff) | |
download | finder-f6928eabbf67dfc18a40fdd2a9ce99f55559d48b.tar.gz finder-f6928eabbf67dfc18a40fdd2a9ce99f55559d48b.tar.bz2 |
Updates TODO
-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 |