-
-
Notifications
You must be signed in to change notification settings - Fork 232
CustomFilter
rubikitch edited this page Oct 23, 2015
·
4 revisions
See the README for migemogrep on how to get the binary releases (including homebrew)
Or, if like to live on the bleeding edge:
$ go get github.com/peco/migemogrep
Add part of below into your config.json
{
"CustomFilter": {
"Migemo": {
"Cmd": "migemogrep"
}
}
}
Optionally, you may add "Args" and "BufferThreshold" parameters:
{
"CustomFilter": {
"Migemo": {
"Cmd": "migemogrep",
"Args": [ "$QUERY" ],
"BufferThreshold": 20
}
}
}
If you do not provide an "Args" parameter, the default is [ "$QUERY" ]
. If you do not provide a BufferThreshold parameter, the default is 100
See the pgrepper .