Personal Search Engine for different types of resources.
Knovleks can currently index websites, pdf files and text notes.
pip install knovleks
Usage: knovleks [OPTIONS] COMMAND [ARGS]...
Options:
-h, --help Show this message and exit.
Commands:
index
search full-text search
tag-filter tag filter
tui terminal user interface (experimental)
Usage: knovleks index [OPTIONS] DOCUMENT
Options:
-t, --tag TEXT
--title TEXT
-d, --type, --document-type TEXT
-h, --help Show this message and exit.
Usage: knovleks search [OPTIONS] QUERY
full-text search
Options:
-t, --tag TEXT
-st, --show-tags
-l, --limit INTEGER
-dt, --doc-type TEXT
-ft, --full-text display full text
-h, --help Show this message and exit.
Usage: knovleks tag-filter [OPTIONS] [TAG]...
tag filter
Options:
-st, --show-tags
-l, --limit INTEGER
-dt, --doc-type TEXT
-h, --help Show this message and exit.
Switch focus: TAB
Next result: ctrl+j
Previous result: ctrl+k
Open result without closing: ctrl+l
Exit: ESC
Switch focus to searchbar: ESC
Open result: Enter