looqs/TODO

32 linhas
1003 B
Plaintext
Original Visão normal Histórico

2019-04-06 17:22:19 +02:00
- cli: update command, delete command, tagging
2018-08-12 17:06:11 +02:00
- ability to set the WHERE condition (allow editing the SQL query)
- Scale factors
2019-04-06 17:22:19 +02:00
- Basic OCR in images (screenshots)
2018-08-12 17:06:11 +02:00
- Abort running pdf preview generation when we search for something new
- Index .ebup
2018-08-12 17:22:30 +02:00
- Preview for: .txt, source code files, .ebup, images
2018-08-12 17:06:11 +02:00
- Stats: Number of results found
- PdfPreview: Files per file, or directory (so basically filter the
results)
- PdfPreview: Remove arbitrary limit of 300
2018-08-12 23:14:52 +02:00
- Hide PdfPreview Tab if there are no pdfs in the results
2018-08-12 17:22:30 +02:00
-Tagging: add an "addtag" utility, to assign tags to folder and files
-gui: Search expclitly for tags, list by tags, remove tags, add tags
2018-08-12 23:14:52 +02:00
-gui: Filter already found results. For example, "show only folders",
or just search with those results.
-split each tab into own class, not everything in mainwindow.cpp?
Menu:
-Delete from index
-Delete from fs
-Reindex
Filter:
contains: (default, implicit)
type:d
type:file
endswith:
startswith:
mtime:
tag:
page:
2018-08-12 23:14:52 +02:00
SearchWorker::setFilters()