mise search
- 用法:
mise search [FLAGS] [NAME] - 效果: 只读
- 源代码:
src/cli/search.rs
在注册表中搜索工具
此命令会在注册表中搜索一个工具。
默认情况下,它将显示所有与搜索词模糊匹配的工具。对于非模糊匹配,请使用 --match-type 标志。
参数
[NAME]— 要搜索的工具
标志
-i --interactive— 显示交互式搜索-m --match-type <MATCH_TYPE>— 匹配类型:equal、contains 或 fuzzy选项:
equal、contains、fuzzy默认值:
fuzzy--no-header— 不显示标题-h --help— 打印帮助
示例:
$ mise search jq
Tool Description
jq 命令行 JSON 处理器。https://github.com/jqlang/jq
jqp 一个用于试验 jq 的 TUI 游乐场。https://github.com/noahgorstein/jqp
jiq 基于 jq 的 jid - 使用 jq 表达式的交互式 JSON 查询工具。https://github.com/fiatjaf/jiq
gojq jq 的纯 Go 实现。https://github.com/itchyny/gojq
$ mise search --interactive
Tool
Search a tool
❯ jq 命令行 JSON 处理器。https://github.com/jqlang/jq
jqp 一个用于试验 jq 的 TUI 游乐场。https://github.com/noahgorstein/jqp
jiq 基于 jq 的 jid - 使用 jq 表达式的交互式 JSON 查询工具。https://github.com/fiatjaf/jiq
gojq jq 的纯 Go 实现。https://github.com/itchyny/gojq
/jq
esc clear filter • enter confirm