using-modern-cli
Installation
SKILL.md
Modern CLI Tools
Use faster, ergonomic command-line tools installed on this system.
Quick Reference
| 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 |