diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |