aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-24 20:08:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-24 20:08:46 -0300
commit8405dbce6b532b337facfcffdc3b1a0de3413790 (patch)
tree8368ccc7103c499c6db2cdcf67ca1d8479c43594
parent029c45b058b71b292041ed97473e437ef315f11f (diff)
downloadfinder-8405dbce6b532b337facfcffdc3b1a0de3413790.tar.gz
finder-8405dbce6b532b337facfcffdc3b1a0de3413790.tar.bz2
Fix: TODO
-rw-r--r--TODO.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 9a52012..2331204 100644
--- a/TODO.md
+++ b/TODO.md
@@ -23,7 +23,7 @@
* [ ] By file name.
* [ ] By file metadata.
* [ ] By file name and metadata.
-* [ ] File lines (i.e, lines in a text file).
+* [ ] File lines (i.e, lines in a text file, including basic M3U support).
* [ ] CSV, TSV etc (i.e, values in lines in a text file).
* [ ] RSS, Atom etc.
* [ ] Applications (in current working directory and on `$PATH`).
@@ -47,10 +47,10 @@
## Config
-* [ ] Bollean:
+* [ ] Boolean:
* [ ] Show/hide hidden files.
* [ ] Search processing regexps or not (`text` or `re.escape(text)`).
- * [ ] Sorting criteria.
+ * [ ] Sorting criteria (reverse sorting).
* [ ] Whether to list folders (and not just files).
* [ ] Follow/unfollow symlinks.
* [ ] Editing mode.