A practical guide to AI-assisted development and automation in the terminal — Claude Code for agentic coding, aider for pair programming, the llm CLI for pipelines, fabric for pattern-based text processing, and how to integrate LLM output into shell workflows without creating new problems.
Terminal
-
AI in the Terminal -
macOS for Linux and Windows Switchers The mental model shift from Linux or Windows to macOS — keyboard remapping, window management, filesystem differences, developer setup with Homebrew and zsh, launcher tools, terminal options, and the common frustrations with their solutions.
-
macOS Power User Tips and Hidden Features Quick Look extensions, Automator and Shortcuts, Hammerspoon for Lua-powered automation, defaults write for hidden preferences, essential CLI tools (pbcopy, mdfind, caffeinate), Homebrew power user formulae, screen capture workflows, and managing login items and launch agents.
-
Ghostty and WezTerm as IDEs: Leaving VS Code's Integrated Terminal Behind Why a growing number of developers make the terminal — Ghostty or WezTerm, plus a multiplexer and a modal editor — the host application instead of a pane inside VS Code, and how to assemble that workflow.
-
Ghostty Terminal: Mitchell Hashimoto's GPU-Accelerated Terminal A look at Ghostty, Mitchell Hashimoto's GPU-accelerated terminal — where it fits among Alacritty, Kitty, and WezTerm, what its native-UI and zero-config approach gets right, and whether it should be your daily driver.
-
Helix Editor: Modal Editing Without Vim's Legacy Helix is modal editing rebuilt without Vim's thirty years of baggage — selection-first editing, built-in LSP and tree-sitter, and sane defaults with no plugin manager. What it gets right, and where the lack of plugins still bites.
-
Zellij vs tmux: The Modern Terminal Multiplexer Zellij versus tmux — how the modern Rust multiplexer rethinks the crusty parts of tmux with discoverable keybindings, built-in layouts, and floating panes, and where tmux's ubiquity and maturity still win.
-
The Modern Terminal Stack: A Complete CLI Upgrade Guide From fish/zsh with plugins to starship, zoxide, fzf, ripgrep, bat, eza, and atuin — the definitive guide to building a fast, ergonomic, and beautiful terminal setup in 2026.
-
Essential Unix Commands Every Developer Should Know A practical guide to the most useful Unix commands for daily development work.
-
tmux: Terminal Multiplexer Essentials Managing multiple terminal sessions with tmux for increased productivity.