gsearch
1.0.0
Experimental Full Text Search in markdown files written in Golang.
Inspired by Let's build a Full-Text Search engine
Create config.json in configs folder first, fill accordingly.
Run make all.
To remove package run make clean.
{
"path": "/path/to/root/",
"show_content": true,
"show_num_lines": 10,
"file_type": ".md"
}