# productivity
12 articles
Starship: The Minimal, Fast, Customizable Shell Prompt
Starship is the minimal, blazing-fast Rust prompt for any shell. Configure starship.toml, apply presets, and add custom modules that fit your workflow.
Apr 10, 2026 · 19 minGitHub CLI (gh): Practical Patterns for PRs, Issues, and API
Master the GitHub CLI (gh) with practical recipes for PRs, issue triage, and gh api scripting with jq. Drive GitHub from your terminal.
Apr 10, 2026 · 16 minbat: A Modern cat with Syntax Highlighting and Git
bat is a Rust-powered cat replacement with syntax highlighting, a Git diff sidebar, and pager integration. Here's how to install, configure, and use it daily.
Apr 10, 2026 · 14 mindelta: A Better Git Diff Pager with Side-by-Side View
delta is a Rust git diff viewer with syntax highlighting, side-by-side view, and n/N navigation. Configure it once in ~/.gitconfig and never go back.
Apr 10, 2026 · 16 minMultiple Claude Code Instances: Context & Rate Limits
Each Claude Code instance gets its own full 1M context window — nothing is shared. The real constraint is rate limits, pooled across all sessions on your account.
Mar 23, 2026 · updated Mar 26, 2026 · 10 minWhy Claude Code Forgets and How to Fix It
Why Claude Code loses track of your instructions, the memory layers explained, /compact vs /clear decision guide, Auto-Compaction traps, and techniques for stable long sessions.
Mar 14, 2026 · updated Mar 23, 2026 · 11 minClaude Code Commands Cheat Sheet — Full Reference
Every Claude Code slash command, CLI flag, and keyboard shortcut organized by real-world usage frequency. 50+ commands covered with official documentation as the sole source.
Mar 11, 2026 · updated Mar 23, 2026 · 23 minfzf Complete Guide: Fuzzy Finding That Changes Everything
Install fzf, integrate with your shell, supercharge Ctrl+R and Ctrl+T, connect with Git, and customize it for your workflow.
Mar 8, 2026 · updated Mar 26, 2026 · 12 mintmux Complete Guide: Terminal Multiplexing for Developers
Master tmux sessions, windows, and panes. Configure .tmux.conf, survive SSH disconnects, and build efficient development workflows.
Mar 8, 2026 · updated Mar 26, 2026 · 14 minThe Developer's CLI Toolkit: A Complete Map
From file operations to text search, downloads, and shell customization. Every CLI tool developers should know, organized as classic vs modern alternatives.
Mar 8, 2026 · updated Mar 26, 2026 · 10 minClaude Code Context Management: CLAUDE.md Design Patterns
Five CLAUDE.md design patterns plus Auto Memory, Hooks, and Custom Commands — a complete context management guide updated for the 1M context era.
Feb 26, 2026 · updated Mar 23, 2026 · 17 minThe Complete Guide to Linux Aliases: Make Your Shell 10x Faster
From alias basics to persistent configs, git/docker shortcuts, oh-my-zsh plugins, and shell functions — everything you need to supercharge your terminal workflow.
Nov 23, 2021 · updated Mar 26, 2026 · 11 min