·using-modern-cli
</>

using-modern-cli

alexei-led/claude-code-config

更喜欢现代 CLI 工具以获得更好的性能:使用 rg (ripgrep) 代替 grep 进行文本搜索,使用 fd 代替 find 进行文件发现,bat 代替 cat 来查看文件,sd 代替 sed 进行文本替换,eza 代替 ls 进行目录列表,dust 代替 du,procs 代替 ps。在编写 bash 脚本、优化命令链、使用文件搜索或替换工作流程中的 grep/find/cat 时使用。这些工具速度更快,尊重 .gitignore,并且具有更好的输出格式。

2安装·0热度·@alexei-led

安装

$npx skills add https://github.com/alexei-led/claude-code-config --skill using-modern-cli

SKILL.md

| Task | Modern | Traditional | Why Modern |

| Search text | rg | grep | 10-100x faster, respects .gitignore | | Find files | fd | find | Simpler syntax, ignores .git | | View files | bat | cat | Syntax highlighting, line numbers | | List files | eza | ls | Icons, git status, tree view | | Replace text | sd | sed | Intuitive regex, preview mode | | Disk usage | dust | du | Visual tree, sorted by size |

| Processes | procs | ps | Tree view, sortable columns | | Diff files | delta | diff | Syntax highlighting, side-by-side |

更喜欢现代 CLI 工具以获得更好的性能:使用 rg (ripgrep) 代替 grep 进行文本搜索,使用 fd 代替 find 进行文件发现,bat 代替 cat 来查看文件,sd 代替 sed 进行文本替换,eza 代替 ls 进行目录列表,dust 代替 du,procs 代替 ps。在编写 bash 脚本、优化命令链、使用文件搜索或替换工作流程中的 grep/find/cat 时使用。这些工具速度更快,尊重 .gitignore,并且具有更好的输出格式。 来源:alexei-led/claude-code-config。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/alexei-led/claude-code-config --skill using-modern-cli
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 using-modern-cli?

更喜欢现代 CLI 工具以获得更好的性能:使用 rg (ripgrep) 代替 grep 进行文本搜索,使用 fd 代替 find 进行文件发现,bat 代替 cat 来查看文件,sd 代替 sed 进行文本替换,eza 代替 ls 进行目录列表,dust 代替 du,procs 代替 ps。在编写 bash 脚本、优化命令链、使用文件搜索或替换工作流程中的 grep/find/cat 时使用。这些工具速度更快,尊重 .gitignore,并且具有更好的输出格式。 来源:alexei-led/claude-code-config。

如何安装 using-modern-cli?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/alexei-led/claude-code-config --skill using-modern-cli 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/alexei-led/claude-code-config