agents
Claude Code sound when done: alerts that actually play
The exact commands to make Claude Code play a sound when it finishes or needs you — afplay, paplay, PowerShell, the WSL crossing, and two distinct tones.
Ivo Hart8 min read
blog
6 posts about cli.
agents
The exact commands to make Claude Code play a sound when it finishes or needs you — afplay, paplay, PowerShell, the WSL crossing, and two distinct tones.
Ivo Hart8 min read
tmux
vim-tmux-navigator crosses Ctrl-h/j/k/l between vim splits and tmux panes; escape-time 10 fixes Neovim's laggy Escape key. Config for both.
Nadia Okonkwo8 min read
tmux
TPM installs tmux plugins via prefix + I; the shortlist is tmux-resurrect, tmux-continuum, tmux-sensible, vim-tmux-navigator, tmux-yank and floax.
Ivo Hart8 min read
tmux
The tmux commands worth memorising, grouped by what you are trying to do: sessions, windows, panes, copy mode and scripting.
Ivo Hart9 min read
tmux
A start-to-finish tmux tutorial: the server/session/window/pane model, your first split, detaching and reattaching, and a minimal config that sticks.
Ivo Hart9 min read
tmux
tmux new -s name creates a named session and attaches. Add -d to start it detached, -c for its directory, and -A to create it only if it doesn't exist.
Ivo Hart10 min read