{"id":51222479,"url":"https://github.com/wzxzhuxi/cc-list","last_synced_at":"2026-06-28T08:30:44.729Z","repository":{"id":364274844,"uuid":"1266025412","full_name":"wzxzhuxi/cc-list","owner":"wzxzhuxi","description":"跨项目浏览所有 Claude Code 历史会话的 TUI插件","archived":false,"fork":false,"pushed_at":"2026-06-12T10:14:38.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T12:08:56.644Z","etag":null,"topics":["claude","claude-code","claude-code-plugin","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wzxzhuxi.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-11T09:06:31.000Z","updated_at":"2026-06-12T10:23:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wzxzhuxi/cc-list","commit_stats":null,"previous_names":["wzxzhuxi/cc-list"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wzxzhuxi/cc-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzxzhuxi%2Fcc-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzxzhuxi%2Fcc-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzxzhuxi%2Fcc-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzxzhuxi%2Fcc-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wzxzhuxi","download_url":"https://codeload.github.com/wzxzhuxi/cc-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzxzhuxi%2Fcc-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34882751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude","claude-code","claude-code-plugin","rust"],"created_at":"2026-06-28T08:30:42.263Z","updated_at":"2026-06-28T08:30:44.720Z","avatar_url":"https://github.com/wzxzhuxi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cc-list\n\n[中文](README.md)\n\nA TUI to browse Claude Code sessions across all projects. Pick one, then:\n\n- Resume **in the current terminal** (enter)\n- Resume in a **new tab** (ctrl-t)\n- Resume in a **new window** (ctrl-n)\n- Resume in an **overlay/popup** (ctrl-o)\n\nThe open actions probe the environment at runtime and adapt to tmux / zellij / kitty / wezterm / Windows Terminal / any GUI terminal / macOS Terminal.app. Before resuming, cc-list automatically cd's into the cwd recorded in the session — no manual directory hopping across projects.\n\nSingle binary (ratatui). The only runtime dependency is the claude CLI. Works on Linux/macOS/Windows.\n\n## Install\n\n### One-liner (Linux/macOS)\n\n```bash\ncurl --proto '=https' --tlsv1.2 -LsSf https://github.com/wzxzhuxi/cc-list/releases/latest/download/cc-list-installer.sh | sh\n```\n\nWindows (PowerShell):\n\n```powershell\npowershell -ExecutionPolicy Bypass -c \"irm https://github.com/wzxzhuxi/cc-list/releases/latest/download/cc-list-installer.ps1 | iex\"\n```\n\nInstalls into `~/.cargo/bin` (no Rust toolchain required).\n\n### From source\n\n```bash\ngit clone https://github.com/wzxzhuxi/cc-list.git\ncd cc-list \u0026\u0026 cargo build --release\nln -s \"$PWD/target/release/cc-list\" ~/.local/bin/cc-list\n```\n\nOr grab a prebuilt binary for your platform from [Releases](https://github.com/wzxzhuxi/cc-list/releases) and put it in PATH.\n\n### Claude Code plugin (optional)\n\nProvides the in-session `/cc-list:resume` slash command (requires the cc-list binary in PATH):\n\n```\n/plugin marketplace add wzxzhuxi/cc-list\n/plugin install cc-list@cc-list-marketplace\n```\n\n### kitty users (optional)\n\nEnable remote control in `~/.config/kitty/kitty.conf` (required for tab/overlay modes), and optionally bind a global hotkey to summon cc-list anywhere:\n\n```\nallow_remote_control yes\nmap ctrl+shift+r launch --type=overlay cc-list\n```\n\nFully restart kitty afterwards. tmux/wezterm/zellij users need no configuration.\n\n## Usage\n\n```bash\ncc-list              # browse all sessions in the TUI\ncc-list breeze       # with an initial search query\ncc-list list 30      # TSV output of the 30 most recent sessions (for scripts/plugins)\ncc-list open tab ~/proj \u003csession-id\u003e   # open directly; modes: tab|window|overlay|here\n```\n\nLayout: session list on top (date / project dir / first message), fuzzy search in the middle, a preview of the tail of the conversation below. Type to filter; `↑↓` to select, `pgup/pgdn` to scroll the preview; `enter`/`^t`/`^n`/`^o` to open in the four ways above.\n\nInside a Claude Code session: `/cc-list:resume [query]`.\n\n## Backend mapping\n\n| Environment | tab | window | overlay |\n|------|-----|--------|---------|\n| tmux | `new-window` | new GUI window (falls back to tab without a display) | `display-popup` (tmux ≥ 3.2) |\n| zellij | `run` (new pane) | new GUI window | `run --floating` |\n| kitty + `allow_remote_control` | `@ launch --type=tab` | `--type=os-window` | `--type=overlay` |\n| wezterm | `cli spawn` | `cli spawn --new-window` | `cli split-pane` |\n| Windows Terminal | `wt nt` | `wt` | unsupported |\n| other GUI terminals | falls back to new window | `$TERMINAL` or probes kitty/alacritty/foot/ghostty/konsole/gnome-terminal etc. | unsupported, errors with a hint |\n| macOS, nothing matched | — | Terminal.app (osascript) | — |\n\n## Notes\n\n- \"Resume in the current terminal\" replaces the process via the `exec` syscall on Unix; on Windows it degrades to spawn + wait. Only available from the shell entry point — the Claude Code process cannot replace the terminal hosting itself; the closest in-session equivalent is overlay.\n- Session data is read from `~/.claude/projects/*/*.jsonl`, honoring `CLAUDE_CONFIG_DIR`.\n- Errors out if the project directory no longer exists.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzxzhuxi%2Fcc-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwzxzhuxi%2Fcc-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzxzhuxi%2Fcc-list/lists"}