updated README
This commit is contained in:
parent
c798afcc70
commit
060078beb9
20
README.md
20
README.md
@ -1,6 +1,6 @@
|
|||||||
easyindex
|
qss
|
||||||
=========
|
=========
|
||||||
easyindex creates a poor-man full-text search for your files using a
|
qss creates a poor-man full-text search for your files using a
|
||||||
sqlite database.
|
sqlite database.
|
||||||
|
|
||||||
You need the python "chardet" package, since it will try to convert the
|
You need the python "chardet" package, since it will try to convert the
|
||||||
@ -8,11 +8,21 @@ encoding of the files in case initial utf-8 decoding fails.
|
|||||||
|
|
||||||
pdftext is needed to search in .pdf files..
|
pdftext is needed to search in .pdf files..
|
||||||
|
|
||||||
No GUI is provided at this time, nor does it concern itself with search
|
A simple gui (C++ with Qt5) for search is found in gui/.
|
||||||
too much.
|
It shows preview pages of documents where your search keywords have
|
||||||
|
been found. This allows you to search all indexed pdfs and take a look
|
||||||
|
at the pages side by side in an instant.
|
||||||
|
|
||||||
|
Build
|
||||||
|
-----
|
||||||
|
TO BE WRITTEN
|
||||||
|
|
||||||
Setup
|
Setup
|
||||||
-----
|
-----
|
||||||
sqlite3 easyindex.db < create.sql
|
sqlite3 qss.db < create.sql
|
||||||
|
|
||||||
|
TO BE WRITTEN
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user