Skip to content

cvxtct/gsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSEARCH

Coverage Go Golangci-lint CodeQL


Experimental Full Text Search in markdown files written in Golang.

Inspired by Let's build a Full-Text Search engine

Install / Uninstall

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"
}