diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-02 23:56:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-02 23:56:59 -0300 |
commit | 080b07cba6d7d4320330cbccade4df0fea09beea (patch) | |
tree | ebcd60673f29c675b9633f021c8672e2d9d4c10c | |
parent | 5d9d47a3426d03dbed7306d803a6b40c04d9ea4b (diff) | |
download | finder-080b07cba6d7d4320330cbccade4df0fea09beea.tar.gz finder-080b07cba6d7d4320330cbccade4df0fea09beea.tar.bz2 |
TODO: updates
-rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,10 +20,10 @@ ## Searcher plugins * [ ] Files (i.e, files in a folder): - * [ ] By file name. + * [x] By file name. * [ ] By file metadata. * [ ] By file name and metadata. -* [ ] File lines (i.e, lines in a text file, including basic M3U support). +* [x] 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). * [ ] ODS, XLS etc. * [ ] Tree-like structures like YAML files (example: Ana(r)chronofiles). |