치트 시트

치트시트

자주 쓰지만 매번 검색하게 되는 명령어·문법 모음. 본문은 toolbox 레포에서 관리됩니다.

에디터 & TUI

파일설명
vim.mdVim 모드별 명령어
lazyvim.mdLazyVim 키맵
lazygit.mdLazyGit TUI 단축키
tmux.mdTmux 세션/윈도우/패널

모던 CLI 도구 (grep/find/cat/ls 대체)

파일설명
rg.mdripgrep — 텍스트 검색 (grep 대체)
fzf.mdfzf — 퍼지 파인더 (Ctrl+R/T, 파이프 조합)
jq.mdjq — JSON 파이프라인 가공
modern-cli.mdbat / eza / fd / tree / zoxide / delta / tldr 통합

텍스트 처리

파일설명
sed-awk.mdsed (치환·삽입·삭제) + awk (필드·집계·보고서)
regex.md정규표현식 문법 + 도구별 플레이버(BRE/ERE/PCRE) 차이
compression.mdtar / gzip / zip / xz / bzip2 / 7z

파일설명
shell.mdBash set 옵션, &/&&/;/\|\|, job 관리
zsh.mdZsh 단축키, glob, alias
powershell.mdPowerShell — Bash와 다른 점 위주 (PS 5.1 vs 7, 서비스 관리 sc/nssm 포함)

시스템 & 서버

파일설명
linux-process.md프로세스 찾기·종료 (pgrep/pkill/lsof/kill 시그널)
linux.mdLinux 디렉터리 구조 + 자원 모니터링 + 네트워크
ssh.mdssh-agent/ssh-add, ~/.ssh/config, scp/rsync
systemd.mdsystemd 서비스 관리 + journalctl 로그
nginx.mdNginx 설정/명령어
openssl.md인증서/암호화
rocky-linux.mdRocky Linux (firewalld, SELinux, certbot)

macOS

파일설명
macos-admin.mdmacOS troubleshoot (LaunchDaemons, Secure Input 등)
aerospace.mdmacOS 타일링 WM

데이터

파일설명
sql-snippets.mdPostgreSQL 운영 패턴 (information_schema ALTER 자동 생성 등)
elasticsearch.mdElasticsearch 쿼리/관리
kibana.mdKQL, Dev Tools, Discover, 운영 진단

컨테이너 & 빌드

파일설명
kubectl.mdKubernetes CLI — get/logs/exec/port-forward/apply/rollout
docker.mdDocker / Compose 명령어 + 오프라인 바이너리 설치
make.mdMakefile — 자동변수, 패턴 룰, .PHONY, 함수

Git & 버전 관리

파일설명
git.mdGit 명령어 (브랜치, stash, rebase, tag 등)
gh.mdGitHub CLI — PR/이슈/Actions/API
code-review-glossary.md리뷰 약어/용어 (LGTM, PTAL, nit:, Draft PR 등)

delta(git diff 페이저)는 modern-cli.md에 통합.

개발 도구

파일설명
curl.mdcurl HTTP 요청
claude-code.mdClaude Code CLI

언어

파일설명
c-cpp.mdC/C++ 스니펫 + Google C++ Style + GDB 디버거