·using-modern-cli
</>

using-modern-cli

alexei-led/claude-code-config

Prefer modern CLI tools for better performance: rg (ripgrep) instead of grep for text searching, fd instead of find for file discovery, bat instead of cat for viewing files, sd instead of sed for text replacement, eza instead of ls for directory listing, dust instead of du, procs instead of ps. Use when writing bash scripts, optimizing command chains, working with file searches, or replacing grep/find/cat in workflows. These tools are faster, respect .gitignore, and have better output formatting.

2Installs·0Trend·@alexei-led

Installation

$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 |

Prefer modern CLI tools for better performance: rg (ripgrep) instead of grep for text searching, fd instead of find for file discovery, bat instead of cat for viewing files, sd instead of sed for text replacement, eza instead of ls for directory listing, dust instead of du, procs instead of ps. Use when writing bash scripts, optimizing command chains, working with file searches, or replacing grep/find/cat in workflows. These tools are faster, respect .gitignore, and have better output formatting. Source: alexei-led/claude-code-config.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/alexei-led/claude-code-config --skill using-modern-cli
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is using-modern-cli?

Prefer modern CLI tools for better performance: rg (ripgrep) instead of grep for text searching, fd instead of find for file discovery, bat instead of cat for viewing files, sd instead of sed for text replacement, eza instead of ls for directory listing, dust instead of du, procs instead of ps. Use when writing bash scripts, optimizing command chains, working with file searches, or replacing grep/find/cat in workflows. These tools are faster, respect .gitignore, and have better output formatting. Source: alexei-led/claude-code-config.

How do I install using-modern-cli?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/alexei-led/claude-code-config --skill using-modern-cli Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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