mise search
- Usage:
mise search [FLAGS] [NAME]
- Source code:
src/cli/search.rs
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
--no-header
Don't display headers
Examples:
$ mise search jq
Tool Description
jq Command-line JSON processor. https://github.com/jqlang/jq
jqp https://github.com/noahgorstein/jqp
jiq https://github.com/fiatjaf/jiq
gojq https://github.com/itchyny/gojq
$ mise search --interactive
Tool
Search a tool
❯ jq Command-line JSON processor. https://github.com/jqlang/jq
jqp https://github.com/noahgorstein/jqp
jiq https://github.com/fiatjaf/jiq
gojq https://github.com/itchyny/gojq
/jq
esc clear filter • enter confirm