·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