Guides
Terminal Workflow Guides
Practical tutorials on project switching, repository management, tmux workspaces, and fuzzy search workflows. Each guide stands on its own and teaches real skills regardless of which tools you use.
How to Switch Between Projects in Terminal Fast
Stop wasting time with cd and find. Learn the fastest ways to jump between projects in your terminal, from manual methods to fzf to zero-config tools.
How to Manage Multiple Git Repos from One Terminal Workflow
Directory structure patterns, discovery strategies, frecency sorting, and workspace automation for developers juggling dozens or hundreds of repositories.
Open a Project in tmux Split Panes Automatically
Compare tmuxinator, tmuxp, and son for creating split-pane workspaces. Includes layout presets, startup hooks, and real configuration examples.
Build an fzf Project Switcher (and When to Use son Instead)
Build a fuzzy project picker from scratch using fzf and bash. See how the script grows in complexity, and when a dedicated tool starts to make more sense.