Developer Config Center
CLI Cheatsheets & Config Generators
CLI Cheatsheets
85 topicsact Cheatsheet
22 cmdsComplete act cheatsheet covering installation, basic usage, event triggers, secrets management, and advanced features. Run GitHub Actions workflows locally.
Aider AI Coding Assistant Cheatsheet
41 cmdsComplete Aider AI coding cheatsheet covering launch modes, file management, chat commands, code editing, Git integration, and advanced usage.
Ansible Cheatsheet
36 cmdsA comprehensive Ansible cheatsheet covering ad-hoc commands, playbook writing, module usage, inventory management, variables, and debugging for daily DevOps work.
AutoGen Cheatsheet
7 cmdsComplete AutoGen cheatsheet covering multi-agent conversations, group chat, code execution, tool registration, and more.
Bash Scripting Cheatsheet
41 cmdsEssential Bash scripting syntax — variables, conditionals, loops, functions, arrays, I/O, substitution & expansion, and job control. Every command with practical examples.
bat Cheatsheet
13 cmdsComplete bat cheatsheet covering syntax highlighting, theme switching, line ranges, language detection — a cat clone with wings.
Bun Cheatsheet
36 cmdsComplete Bun cheatsheet covering installation, script running, package management, testing, bundling, and advanced CLI features.
chezmoi Cheatsheet
28 cmdsComplete chezmoi cheatsheet covering initialization, dotfile management, templating, secrets, and advanced features.
ChromaDB Cheatsheet
17 cmdsComplete ChromaDB cheatsheet covering server deployment, collection management, CRUD operations, metadata filtering, and semantic search — the go-to embedded vector database.
Claude Code CLI Cheatsheet
31 cmdsComplete Claude Code CLI cheatsheet covering startup, session management, code operations, configuration, and advanced usage for AI-assisted programming.
Codex CLI — AI Coding in Your Terminal
32 cmdsComplete Codex CLI cheatsheet covering installation, chat sessions, code review, configuration, and power user workflows for OpenAI's terminal AI coding tool.
ComfyUI Cheatsheet
11 cmdsComplete ComfyUI cheatsheet covering server startup, model download, custom node installation, and API management commands.
GitHub Copilot CLI Cheatsheet
27 cmdsComplete GitHub Copilot CLI cheatsheet covering installation, command suggestions, command explanations, alias setup, and advanced terminal AI usage.
cURL Command Cheatsheet
40 cmdsEssential curl commands — HTTP methods, headers, authentication, file uploads, debugging, cookie management, and proxy configuration. Every command with practical examples.
delta Cheatsheet
28 cmdsComplete delta cheatsheet covering diff viewing, Git integration, side-by-side mode, syntax themes — the ultimate git diff viewer.
Deno Cheatsheet
40 cmdsComplete Deno cheatsheet covering installation, scripts, permission control, package management, testing, and advanced CLI features.
Dify Cheatsheet
17 cmdsComplete Dify cheatsheet covering environment setup, service management, backup/restore, and production deployment — the open-source LLM application building platform.
Docker Cheatsheet
30 cmdsEssential Docker commands — containers, images, networks, volumes, Compose. Every command with practical examples.
Docker Compose Cheatsheet — Multi-Container Orchestration
20 cmdsMaster Docker Compose for multi-container applications: core CLI commands (up/down/logs/ps/restart), compose.yml structure, networking, volumes, and production patterns.
Docker Network Cheatsheet — Bridge, Host, Overlay & Port Mapping
26 cmdsComplete guide to Docker networking: bridge/host/overlay drivers, port mapping, container communication, custom networks and troubleshooting.
Docker Volume Cheatsheet — Persistent Data & Storage
23 cmdsMaster Docker volumes and bind mounts: create/manage volumes, data persistence between containers, backup/restore, and storage best practices.
Dockerfile Best Practices Cheatsheet
32 cmdsA comprehensive cheatsheet covering Dockerfile best practices including FROM, RUN, COPY, CMD, multi-stage builds, and more.
DuckDB Cheatsheet
46 cmdsComplete DuckDB cheatsheet covering installation, CSV/Parquet/JSON querying, table ops, exports, and extensions — the embedded analytics database.
fd Cheatsheet
30 cmdsComplete fd cheatsheet covering file search, extension filtering, size and time filters, parallel execution — the modern find replacement.
Find & Xargs Cheatsheet
33 cmdsEssential find and xargs commands — name search, time filters, size filters, execution, type filtering, permission matching, and batch operations. Every command with practical examples.
fzf Cheatsheet
15 cmdsComplete fzf cheatsheet covering interactive search, file preview, key bindings, custom configuration — the ultimate fuzzy finder for your terminal.
Gemini CLI Cheatsheet
68 cmdsComplete Google Gemini CLI cheatsheet covering setup, auth, chat, code generation, file ops, MCP extensions, subagents, and model config.
GitHub CLI Cheatsheet
21 cmdsComplete GitHub CLI (gh) cheatsheet covering auth, repo management, PRs, Issues, Actions, Releases — manage GitHub from the terminal.
Git Cheatsheet
26 cmdsEssential Git commands — init, commit, branch, undo, remote, stash. Every command with practical examples for daily development.
Git Advanced Command Cheatsheet
37 cmdsAdvanced Git operations cheatsheet covering Rebase, Bisect, Reflog, Cherry-pick, Submodules, and Worktrees for experienced developers.
Git Branch Cheatsheet — Create, Merge & Manage Branches
17 cmdsMaster Git branching: create/switch/delete branches, merge vs rebase, branch strategies. Every command with practical examples.
Git Remote Cheatsheet — push / pull / fetch & Upstreams
18 cmdsComplete guide to Git remote operations: add/remove remotes, push/pull/fetch, upstream branches, multiple remotes, and troubleshooting.
Git Stash Cheatsheet — save / pop / apply / drop / list / show / branch
20 cmdsComplete Git stash commands guide: git stash push/pop/apply/drop/list/show, git stash branch, and practical workflow examples for pausing and resuming work.
Git Undo Cheatsheet — reset / revert / restore
19 cmdsComplete Git undo commands guide: git reset soft/mixed/hard, git revert for safe undo, git restore to discard changes. Every command with examples.
GnuPG (GPG) — Encryption & Signing Tool
30 cmdsGnuPG encryption cheatsheet covering key management, file encryption and decryption, digital signing and verification with OpenPGP.
Gradio Cheatsheet
16 cmdsComplete Gradio cheatsheet covering app development, HuggingFace Spaces deployment, CLI chat, authentication, and more — the fastest way to build ML/AI demo interfaces.
Grep Command Cheatsheet
33 cmdsA comprehensive grep cheatsheet covering grep, egrep, fgrep with recursive search, context control, regex, output formatting, and file filtering.
Hermes Agent — Smart AI Agent by Nous Research
50 cmdsComplete Hermes Agent cheatsheet covering basic commands, messaging, configuration, model management, memory, cron automation, and advanced operations.
Homebrew Package Manager Cheatsheet
30 cmdsHomebrew command reference covering package installation/uninstallation, Formula/Cask management, Tap repositories, and system maintenance for macOS developers.
htop/ps — Process Management Tools
31 cmdsLinux process management cheatsheet covering ps, htop, kill, strace and more for process inspection, signal handling, and system monitoring.
HuggingFace CLI Cheatsheet
24 cmdsComplete HuggingFace CLI cheatsheet covering model/dataset download and upload, cache management, repository operations, and authentication — an essential tool for AI developers.
iptables/nftables — Firewall Rule Management
33 cmdsLinux firewall cheatsheet covering iptables and nftables basic rules, NAT, port forwarding, persistence, and advanced filtering techniques.
jq Cheatsheet
20 cmdsComplete jq cheatsheet covering JSON parsing, filtering, transformation, aggregation, formatting — the command-line JSON processor.
JSON / jq Dev Config Cheatsheet
33 cmdsQuick reference for jq — the command-line JSON processor. Covers basic ops, filtering, arrays, objects, pipes, and built-in functions.
Kubectl Command Cheatsheet
41 cmdsA comprehensive kubectl cheatsheet covering Pod management, workloads, networking, configuration, debugging, and cluster management.
LangChain CLI Cheatsheet
24 cmdsComplete LangChain CLI cheatsheet covering app creation, template management, LangServe deployment, LangGraph development, and more — the leading framework for LLM application development.
Langfuse Cheatsheet
14 cmdsComplete Langfuse cheatsheet covering LLM tracing, span management, generation tracking, scoring, prompt management, and observability commands.
lazydocker Cheatsheet
31 cmdsComplete lazydocker cheatsheet covering container management, image management, volume management, configuration, and keybindings.
lazygit Cheatsheet
10 cmdsComplete lazygit cheatsheet covering terminal Git TUI startup, configuration, and common operations.
Linux Command Cheatsheet
47 cmdsEssential Linux commands — file operations, process management, networking, search, permissions, disk, package management, and system administration. Every command with practical examples.
LiteLLM Cheatsheet
12 cmdsComplete LiteLLM cheatsheet covering model proxying, unified API, cost management, concurrency control, and more — a unified proxy for 100+ LLMs.
llama.cpp Cheatsheet
25 cmdsComplete llama.cpp cheatsheet covering GGUF inference, model loading, GPU acceleration, HTTP server, quantization, embeddings and more — the go-to tool for local LLM inference.
LLM CLI Cheatsheet
24 cmdsComplete llm CLI cheatsheet — Simon Willison's lightweight LLM command-line tool supporting multiple models, interactive chat, prompt templates, embedding generation, and plugin extensibility.
lsof File Descriptor Cheatsheet
27 cmdslsof (List Open Files) cheatsheet for troubleshooting open files, network connections, and user processes on Linux and Unix systems.
Makefile Command Cheatsheet
40 cmdsEssential Makefile writing commands — variable definition, target rules, built-in functions, conditionals, implicit rules, and phony targets. Every command with practical examples.
MCP CLI Cheatsheet
26 cmdsComplete MCP CLI cheatsheet covering installation, server management, tool & resource operations, transport configuration, and advanced usage.
Network Troubleshooting Cheatsheet
40 cmdsEssential Linux network troubleshooting CLI commands — interfaces, sockets, DNS, routing, packet capture, performance testing, and TLS/SSL diagnostics. Every command with practical examples.
Nginx Command Cheatsheet
42 cmdsEssential Nginx configuration directives — location matching, SSL/TLS, reverse proxy, caching, URL rewriting, upstream server groups, and logging. Every directive with practical configuration examples.
npm Command Cheatsheet
28 cmdsEssential npm commands — package installation, publishing, configuration, scripts, package management, and inspection. Every command with practical examples.
Ollama Model Cheatsheet
15 cmdsOllama model cheatsheet covering model comparisons, memory requirements, use-case recommendations, and CLI/API commands for local LLM deployment.
OpenAI CLI Cheatsheet
38 cmdsComplete OpenAI CLI cheatsheet covering chat completions, image generation, audio transcription, embeddings, file management and fine-tuning commands for GPT-4o, DALL-E, Whisper and more.
OpenClaw — Personal AI Assistant Gateway
32 cmdsComplete OpenClaw cheatsheet covering basic commands, gateway management, skill configuration, and system administration for the open-source AI assistant.
OpenSSL Command Cheatsheet
33 cmdsComprehensive OpenSSL command cheatsheet covering key management, certificate generation, CSR, SSL testing, and encryption/decryption operations.
PostgreSQL Dev Config Cheatsheet
39 cmdsQuick reference for PostgreSQL dev commands: connection, DDL, DML, queries, indexes, backup/restore, and performance tuning.
Python Dev Config Cheatsheet
41 cmdsQuick reference for Python dev config, environment management, packages, data structures, string ops, file IO, and debugging.
Redis Command Cheatsheet
35 cmdsComprehensive Redis command cheatsheet covering basic operations, strings, lists, sets, hashes, sorted sets, and pub/sub for daily development and ops reference.
Regex Cheatsheet
32 cmdsEssential regex syntax — literals, quantifiers, groups, lookaround, flags, replacement references, and flavor differences. Every pattern with practical examples.
ripgrep Cheatsheet
20 cmdsComplete ripgrep cheatsheet covering recursive search, file filtering, context control, PCRE2 regex — the lightning-fast code search tool.
rsync Cheatsheet
30 cmdsA complete rsync cheatsheet covering basic usage, SSH remote sync, filter rules, and advanced options for local/remote file sync and incremental backups.
sed & awk Command Cheatsheet
38 cmdsEssential sed and awk commands — text substitution, line operations, regex patterns, field processing, formatted output, and data aggregation. Every command with practical examples.
Sentence-Transformers Cheatsheet
7 cmdsComplete Sentence-Transformers cheatsheet covering text embeddings, semantic similarity, semantic search, Cross-Encoder re-ranking, and more.
sort / uniq / comm Cheatsheet
36 cmdsA complete cheatsheet for sort, uniq, and comm covering basic sorting, advanced sorting, deduplication with counts, and set operations for shell text processing and data analysis.
SSH Command Cheatsheet
37 cmdsEssential SSH commands — remote connection, key management, port forwarding, file transfer, tunneling, and troubleshooting. Every command with practical examples.
starship Cheatsheet
38 cmdsComplete starship cheatsheet covering cross-shell prompt installation, configuration, module customization, preset themes, and advanced usage.
Systemd Cheatsheet
40 cmdsEssential systemd commands — service management, timers, journal inspection, unit control, boot analysis, and socket activation. Every command with practical examples.
tiktoken Cheatsheet
8 cmdsComplete tiktoken cheatsheet covering token encoding/decoding, counting, model-encoding mapping, and cost estimation.
tldr Cheatsheet
11 cmdsComplete tldr cheatsheet covering command lookup, cache management, language selection — simplified man pages.
Tmux Command Cheatsheet
40 cmdsEssential Tmux terminal multiplexer commands — session management, window operations, pane operations, layout adjustments, configuration, and clipboard. Every command with practical examples.
Transformers Cheatsheet
21 cmdsComplete HuggingFace Transformers cheatsheet covering model loading, Pipeline API, tokenizer usage, inference patterns, environment configuration, and more — the core library of the HuggingFace ecosystem.
Vim Command Cheatsheet
42 cmdsEssential Vim commands — basic operations, cursor movement, editing, visual mode, search & replace, window management, configuration, and advanced techniques. Every command with practical examples.
vLLM Cheatsheet
22 cmdsComplete vLLM cheatsheet covering model serving deployment, multi-GPU parallelism, LoRA adapters, KV cache optimization, OpenAI-compatible API, and other production-grade LLM inference commands.
Wasmer Cheatsheet
22 cmdsWasmer cheatsheet covering installation, module execution, WAPM package management, runtime backend switching, and advanced WebAssembly CLI commands.
Whisper Cheatsheet
20 cmdsComplete OpenAI Whisper cheatsheet covering audio transcription, translation, model selection, output formats, GPU acceleration, and more — the industry standard for speech-to-text.
YAML Syntax Cheatsheet
32 cmdsComplete YAML syntax cheatsheet covering basic syntax, data types, multiline strings, anchors/aliases, and advanced features for DevOps and CI/CD configuration.
zoxide Cheatsheet
18 cmdsComplete zoxide cheatsheet covering smart directory jumping, interactive selection, database management, shell integration — the smarter cd replacement.