Browse all your projects. See git status at a glance. Monitor
which sessions are busy or idle in real time. Get notified when
Claude finishes. Launch everything in parallel Terminal windows.
All your projects sorted by recent Claude usage. Git branch, sync
status, dirty state, session count, and auto-detected stack at a
glance.
{/* Expanded view */}
EXPANDED VIEW
Press → to expand. Browse branches, see
session conversations with last prompt and Claude's response.
Running sessions show ● running or{" "}
◉ idle status inline. Resume any session directly.
{/* ══════ LIVE MONITORING ══════ */}
// LIVE SESSION MONITORING
cladm detects active Claude Code sessions and shows their real-time status.
When Claude finishes responding, a sound notification plays so you never miss it.
●Busy— Claude is actively processing
◉3mIdle— Claude finished 3 min ago, waiting for input
○No session— No active Claude process
Detection works by monitoring JSONL file modification times in{" "}
~/.claude/projects/. Sessions
writing within 5 seconds are busy; otherwise idle. Header shows
total busy/idle count across all projects.
{/* ══════ FEATURES ══════ */}
// FEATURES
}
title="AUTO-DISCOVERY"
desc="Reads ~/.claude/history.jsonl to find every project you've used with Claude Code. No config needed."
/>
}
title="GIT METADATA"
desc="Branch, sync status (ahead/behind), last commit, dirty state — all loaded in parallel."
/>
}
title="SESSION BROWSER"
desc="Expand any project to browse past sessions. See conversation previews and resume directly."
/>
}
title="BRANCH SWITCHING"
desc="Select a non-current branch to launch Claude with an auto-prompt to switch and stash."
/>
}
title="LIVE ACTIVITY"
desc="See which sessions are busy or idle in real time. Green dot = Claude is working. Yellow dot + elapsed time = waiting for input."
/>
}
title="DONE SOUND"
desc="Plays a sound when Claude finishes responding. Never miss a completed task — even across multiple sessions."
/>
}
title="PARALLEL LAUNCH"
desc="Select multiple projects and hit Enter. Each opens in a new Terminal.app window simultaneously."
/>
}
title="STACK DETECTION"
desc="Auto-detects project stack: TypeScript, Python, Rust, Go, Docker, and more from config files."
/>