Sqlite3-based commandline fulltext indexer/searcher
ind3xlite a PATH [PATH]...
Add the specified PATH's to the index, creating it if not existing.
ind3xlite s QUERY [QUERY]...
Search the index with the specified FTS5 query, with the column path containing the filepath and the column content the file itself.
ind3xlite r PATH [PATH]...
Remove the specified PATH's from the index.
If PATH specifies a file, it will be operated on normally, if PATH is a directory, it will be traversed recursively and all containing files will be operated on.