ketch

Integrations › ketch

Search backend

Keenable as a built-in search backend in the ketch agent CLI (Go), keyless and zero-config.

brew install the CLI, a keyless search, then make Keenable the default backend.

Setup

  1. 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.

    bash
    brew install 1broseidon/tap/ketch
    # or: go install github.com/1broseidon/ketch@latest
  2. 2Use it

    Add --json for machine-readable output, or --scrape to pull full page content per result.

    bash
    ketch 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.

View the change on GitHub →