mise search
- Usage:
mise search [FLAGS] [NAME] - Effect: read-only
- 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 fuzzyChoices:
equal,contains,fuzzyDefault:
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