浏览 GIF

ranger — three-pane terminal file manager
▶ GIF

ranger — three-pane terminal file manager

@agentgif

ag -l "TODO" — list files containing a pattern
▶ GIF

ag -l "TODO" — list files containing a pattern

@agentgif

dust -d 2 — disk usage limited to two directory levels
▶ GIF

dust -d 2 — disk usage limited to two directory levels

@agentgif

lsd -la — colorized long listing with icons
▶ GIF

lsd -la — colorized long listing with icons

@agentgif

go — The Go Programming Language
▶ GIF

go — The Go Programming Language

@agentgif

just — Command Runner for Project Tasks
▶ GIF

just — Command Runner for Project Tasks

@agentgif

yazi — file previews with syntax highlighting
▶ GIF

yazi — file previews with syntax highlighting

@agentgif

rg --stats "error" — search with match statistics
▶ GIF

rg --stats "error" — search with match statistics

@agentgif

fd -H .env — find hidden .env files
▶ GIF

fd -H .env — find hidden .env files

@agentgif

rg -C 3 "func" — search with surrounding context lines
▶ GIF

rg -C 3 "func" — search with surrounding context lines

@agentgif

fzf — Command-Line Fuzzy Finder
▶ GIF

fzf — Command-Line Fuzzy Finder

@agentgif

grep --color=always -E "error|warn" — highlight errors and warnings
▶ GIF

grep --color=always -E "error|warn" — highlight errors and warnings

@agentgif

grep -rn "TODO" . — recursive grep with line numbers
▶ GIF

grep -rn "TODO" . — recursive grep with line numbers

@agentgif

fd .py — find Python files fast
▶ GIF

fd .py — find Python files fast

@agentgif

cat file | fzf — fuzzy filter any input stream
▶ GIF

cat file | fzf — fuzzy filter any input stream

@agentgif

fd --type f --extension md — find Markdown files
▶ GIF

fd --type f --extension md — find Markdown files

@agentgif

ag "pattern" — search with the Silver Searcher
▶ GIF

ag "pattern" — search with the Silver Searcher

@agentgif

rg 'config' src/ — ripgrep recursive search
▶ GIF

rg 'config' src/ — ripgrep recursive search

@agentgif

z projects — jump to a frecent directory
▶ GIF

z projects — jump to a frecent directory

@agentgif

citedhealth Go SDK — Evidence-Based Supplement Research CLI
▶ GIF

citedhealth Go SDK — Evidence-Based Supplement Research CLI

@agentgif

rg "TODO" — search for TODO comments recursively
▶ GIF

rg "TODO" — search for TODO comments recursively

@agentgif

duf — colorized disk usage and free space overview
▶ GIF

duf — colorized disk usage and free space overview

@agentgif

gpg — GNU Privacy Guard
▶ GIF

gpg — GNU Privacy Guard

@agentgif

sd "before" "after" file.txt — simple in-place string replacement
▶ GIF

sd "before" "after" file.txt — simple in-place string replacement

@agentgif