Back to Mise

`mise search`

docs/cli/search.md

2026.8.121.5 KB
Original Source
<!-- @generated by usage-cli from usage spec -->

mise search

Search for tools in the registry

This command searches a tool in the registry.

By default, it will show all tools that fuzzy match the search term. For non-fuzzy matches, use the --match-type flag.

Arguments

  • [NAME] — The tool to search for

Flags

  • -i --interactive — Show interactive search

  • -m --match-type <MATCH_TYPE> — Match type: equal, contains, or fuzzy

    Choices: equal, contains, fuzzy

    Default: fuzzy

  • --no-header — Don't display headers

  • -h --help — Print help

Examples:

$ mise search jq
Tool  Description
jq    Command-line JSON processor. https://github.com/jqlang/jq
jqp   A TUI playground to experiment with jq. https://github.com/noahgorstein/jqp
jiq   jid on jq - interactive JSON query tool using jq expressions. https://github.com/fiatjaf/jiq
gojq  Pure Go implementation of jq. https://github.com/itchyny/gojq

$ mise search --interactive
Tool
Search a tool
❯ jq    Command-line JSON processor. https://github.com/jqlang/jq
  jqp   A TUI playground to experiment with jq. https://github.com/noahgorstein/jqp
  jiq   jid on jq - interactive JSON query tool using jq expressions. https://github.com/fiatjaf/jiq
  gojq  Pure Go implementation of jq. https://github.com/itchyny/gojq
/jq 
esc clear filter • enter confirm