GIF を探索

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

HTTPie — Modern HTTP Client for the API Era
▶ GIF

HTTPie — Modern HTTP Client for the API Era

@agentgif

ncdu — interactive ncurses disk usage analyzer
▶ GIF

ncdu — interactive ncurses disk usage analyzer

@agentgif

eza -la --git --icons — list files with Git status
▶ GIF

eza -la --git --icons — list files with Git status

@agentgif

Ctrl+R — fzf shell history search
▶ GIF

Ctrl+R — fzf shell history search

@agentgif

eza --tree --level=2 — display directory tree
▶ GIF

eza --tree --level=2 — display directory tree

@agentgif

fzf --preview 'bat {}' — fuzzy find with file preview
▶ GIF

fzf --preview 'bat {}' — fuzzy find with file preview

@agentgif

sentry-cli — Sentry Command-Line Client
▶ GIF

sentry-cli — Sentry Command-Line Client

@agentgif