diff options
-rw-r--r-- | TODO.md | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -5,19 +5,19 @@ * [ ] Results using a select box instead of a text buffer? Advantages: easier to select things. * [ ] Keybinds/menu. - * [ ] Refresh list. - * [ ] Changr folder. + * [ ] Refresh list. + * [ ] Changr folder. * [ ] Status bar: - * [ ] Loader indicator. - * [ ] Current folder. - * [ ] Enabled plugins. + * [ ] Loader indicator. + * [ ] Current folder. + * [ ] Enabled plugins. ## Searcher plugins * [ ] Files (i.e, files in a folder): - * [ ] By file name. - * [ ] By file metadata. - * [ ] By file name and metadata. + * [ ] By file name. + * [ ] By file metadata. + * [ ] By file name and metadata. * [ ] File lines (i.e, lines in a text file). * [ ] CSV, TSV etc (i.e, values in lines in a text file). * [ ] RSS, Atom etc. @@ -43,17 +43,17 @@ ## Config * [ ] Toggles: - * [ ] Show/hide hidden files. - * [ ] Search processing regexps or not (`text` or `re.escape(text)`). - * [ ] Sorting criteria. - * [ ] Whether to list folders (and not just files). + * [ ] 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. + * [ ] 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 |