Skip to content

klim search

Search the tool marketplace by name, description, category, tags, or GitHub topics. Results are ranked by relevance and GitHub stars.

klim Marketplace tab with a live search filter for "laz" matching lazygit, lazydocker, lazysql, and others

Terminal window
klim search <query> [flags]
FlagShortDescription
--category-cFilter by category
--limit-nMax results to show (default: 15)

The search engine scores each tool against your query by matching:

FieldWeightExample
Exact name matchHighestklim search jq → exact hit
Partial name matchHighklim search kube → kubectl, kubectx
CategoryMediumklim search cloud → Cloud tools
TagsMediumklim search encryption → age, sops
GitHub topicsMediumklim search ci → act, gh
DescriptionLowklim search "json processor" → jq, yq

Results are then boosted by GitHub star count for popular tools.

Terminal window
# Find JSON tools
klim search json
# Multi-word search
klim search "kubernetes dashboard"
# Filter by category
klim search cli --category Security
# Limit results
klim search cloud -n 5

The TUI search (press / on any tab) uses the same search engine. It matches against descriptions and GitHub topics in addition to names, categories, and tags.