SUPERCILEX / clipboard-history

Ringboard—the clipboard manager for Linux
Apache License 2.0
143 stars 5 forks source link

Implement incremental plain text search #5

Open SUPERCILEX opened 1 month ago

SUPERCILEX commented 1 month ago

Right now if you add characters to a plain text search, the entire database is queried again. It would be much more efficient to only start searching from the places where a substring was already found.

Implementation notes: