Discover Packages
github.com/montanaflynn/cctop
command
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Apr 2, 2026
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
cctop
A terminal UI for monitoring and managing your running Claude Code sessions.
Features
Lists all running Claude Code sessions with PID, state, working directory, and terminal app
Session states: working (actively generating), waiting (needs your input), idle (at prompt)
Kill sessions directly from the TUI
Auto-refreshes every 2 seconds
Detects parent terminal app (Ghostty, iTerm, tmux, etc.)
Install
Homebrew
brew install montanaflynn/tap/cctop
Go
go install github.com/montanaflynn/cctop@latest
From releases
Download the latest binary from GitHub Releases .
Usage
cctop
Keybindings
Key
Action
↑/↓
Navigate sessions
k
Kill selected session
q / Esc
Quit
How it works
cctop reads Claude Code's session files (~/.claude/sessions/*.json) and conversation logs to determine each session's state. It cross-references with running processes to detect the terminal app and working directory.
License
MIT
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.