docs/cli/search.md
mise searchmise search [FLAGS] [NAME]src/cli/search.rsSearch 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.
[NAME]The tool to search for
-i --interactiveShow interactive search
-m --match-type <MATCH_TYPE>Match type: equal, contains, or fuzzy
Choices:
equalcontainsfuzzyDefault: fuzzy
--no-headerDon't display headers
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