FTS desktop file search with previews
Go to file
Albert S. ff77d11856 get database path from env 2018-01-05 13:51:40 +01:00
README.md first commit 2018-01-03 09:40:13 +01:00
addindex first commit 2018-01-03 09:40:13 +01:00
config.py get database path from env 2018-01-05 13:51:40 +01:00
create.sql first commit 2018-01-03 09:40:13 +01:00
delindex first commit 2018-01-03 09:40:13 +01:00
searchindex first commit 2018-01-03 09:40:13 +01:00

README.md

easyindex

easyindex creates a poor-man full-text search for your files using a sqlite database.

You need the python "chardet" package, since it will try to convert the encoding of the files in case initial utf-8 decoding fails.

pdftext is needed to search in .pdf files..

No GUI is provided at this time, nor does it concern itself with search too much.

Setup

sqlite3 easyindex.db < create.sql