Initial commit
This commit is contained in:
30
skills/toolkit/external/search/fzf.meta.yml
vendored
Normal file
30
skills/toolkit/external/search/fzf.meta.yml
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
tool_id: EXT-FZF-001
|
||||
tool_name: "fzf (Fuzzy Finder)"
|
||||
|
||||
基本信息:
|
||||
类型: external
|
||||
命令: fzf
|
||||
类别: search
|
||||
|
||||
功能描述:
|
||||
简介: "命令行模糊查找器,用于交互式选择"
|
||||
详细: "常用工具,支持交互式模糊搜索。使用 'fzf --help' 获取详细信息。"
|
||||
|
||||
使用场景:
|
||||
- 文件名模糊查找
|
||||
- 历史命令搜索
|
||||
- Git分支切换
|
||||
- 交互式选择
|
||||
|
||||
快速开始:
|
||||
安装: "brew install fzf (macOS) / apt-get install fzf (Ubuntu)"
|
||||
帮助命令: "fzf --help"
|
||||
常用示例:
|
||||
- "find . -type f | fzf"
|
||||
- "history | fzf"
|
||||
- "git branch | fzf"
|
||||
|
||||
检测状态:
|
||||
已安装: true # 根据discover-toolkit.py检测结果
|
||||
版本: "0.45"
|
||||
路径: "/opt/homebrew/bin/fzf"
|
||||
Reference in New Issue
Block a user