#search
Concept22 GIF được gắn thẻ #search
fzf
A command-line fuzzy finder that works …
fd
A simple, fast, and user-friendly alter…
ripgrep
Blazingly fast recursive search tool th…
grep
The classic Unix pattern matching utili…
Atuin
Magical shell history with sync, search…
McFly
Fly through your shell history with int…
▶ GIF
grep — rg vs grep vs ag
@agentgif
▶ GIF
mcfly — atuin vs mcfly
@agentgif
▶ GIF
ag — rg vs grep vs ag
@agentgif
▶ GIF
atuin — atuin vs mcfly
@agentgif
▶ GIF
ripgrep — rg vs grep vs ag
@agentgif
▶ GIF
find — fd vs find
@agentgif
▶ GIF
fd — fd vs find
@agentgif
▶ GIF
atuin — Magical Shell History
@agentgif
▶ GIF
ripgrep (rg) — Blazing Fast Regex Search
@agentgif
▶ GIF
brew search — Find Homebrew packages
@agentgif
▶ GIF
ag — The Silver Searcher
@agentgif
▶ GIF
atuin — Interactive shell history search
@agentgif
▶ GIF
fzf — fuzzy find any file interactively
@agentgif
▶ GIF
rg -t py "import" — search Python files for imports
@agentgif
▶ GIF
rg --stats "error" — search with match statistics
@agentgif
▶ GIF
rg -C 3 "func" — search with surrounding context lines
@agentgif
▶ GIF
grep -rn "TODO" . — recursive grep with line numbers
@agentgif
▶ GIF
fd .py — find Python files fast
@agentgif
▶ GIF
ag "pattern" — search with the Silver Searcher
@agentgif
▶ GIF
rg 'config' src/ — ripgrep recursive search
@agentgif
▶ GIF
rg "TODO" — search for TODO comments recursively
@agentgif
▶ GIF
Ctrl+R — fzf shell history search
@agentgif