ketch
Integrations › ketch
Search backend
Keenable as a built-in search backend in the ketch agent CLI (Go), keyless and zero-config.
Setup
- 1Install ketch
keenable is a built-in search backend (merged upstream, shipped since v0.11.0) — there is no Keenable package to install, just the CLI itself.
bashbrew install 1broseidon/tap/ketch # or: go install github.com/1broseidon/ketch@latest - 2Use it
Add --json for machine-readable output, or --scrape to pull full page content per result.
bashketch search "golang error handling" -b keenable ketch config set backend keenable # make it the default, then -b is unnecessary ketch config set keenable_api_key keen_... # optional, lifts the rate limit
Keyless and zero-config; run ketch config set keenable_api_key keen_… to lift the rate limits.