aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-24 10:29:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-24 10:29:11 -0300
commitb8624bf92e9dab3b755abae5fc4200c02e856230 (patch)
treef6be7ba9ce0fda0d9f7af277745165878ad795de /TODO.md
parenta693c90755424035a49a146ce98903e2479e0274 (diff)
downloadfinder-b8624bf92e9dab3b755abae5fc4200c02e856230.tar.gz
finder-b8624bf92e9dab3b755abae5fc4200c02e856230.tar.bz2
TODO: formatting
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md36
1 files changed, 18 insertions, 18 deletions
diff --git a/TODO.md b/TODO.md
index 51ae74e..e69a7a7 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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