luleyleo / clapgrep

Search through all your files
GNU General Public License v3.0
57 stars 4 forks source link

Add caching for PDF and Office files #33

Open luleyleo opened 2 days ago

luleyleo commented 2 days ago

Currently, the text has to be extracted every time a search starts. It would be much faster for successive searches if the content is cached like what ripgrep-all does.

The extracted text could be stored in a SQLite database indexed by a hash of file path and modification date.