Is there a software which can tag plain text files, organize and index them like Calibre and provide extensive content searching (I can search the content of the text files)?
feedback
|
|
I am tempted to say SQLite with the FTS4 full text search extension (standard).
With some C program it is easy to store a file into your database. Then a simple query performs full text search (syntax)
| |||
|
feedback
|