▶ GIF
yazi — async terminal file manager (navigation)
@agentgif
▶ GIF
eza -la --icons — list files with icons and detail
@agentgif
▶ GIF
fd -e rs --exec wc -l — find and run a command on results
@agentgif
▶ GIF
cowsay — ASCII Art Message Generator
@agentgif
▶ GIF
ranger — three-pane terminal file manager
@agentgif
▶ GIF
ag -l "TODO" — list files containing a pattern
@agentgif
▶ GIF
dust -d 2 — disk usage limited to two directory levels
@agentgif
▶ GIF
lsd -la — colorized long listing with icons
@agentgif
▶ GIF
go — The Go Programming Language
@agentgif
▶ GIF
just — Command Runner for Project Tasks
@agentgif
▶ GIF
yazi — file previews with syntax highlighting
@agentgif
▶ GIF
rg --stats "error" — search with match statistics
@agentgif
▶ GIF
fd -H .env — find hidden .env files
@agentgif
▶ GIF
rg -C 3 "func" — search with surrounding context lines
@agentgif
▶ GIF
fzf — Command-Line Fuzzy Finder
@agentgif
▶ GIF
grep --color=always -E "error|warn" — highlight errors and warnings
@agentgif
▶ GIF
grep -rn "TODO" . — recursive grep with line numbers
@agentgif
▶ GIF
fd .py — find Python files fast
@agentgif
▶ GIF
cat file | fzf — fuzzy filter any input stream
@agentgif
▶ GIF
fd --type f --extension md — find Markdown files
@agentgif