This commit is contained in:
2018-01-03 09:40:13 +01:00
کامیت 364d56f5d4
6فایلهای تغییر یافته به همراه194 افزوده شده و 0 حذف شده

18
README.md Normal file
مشاهده پرونده

@ -0,0 +1,18 @@
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