{"id":50167135,"url":"https://github.com/dongminlee94/ccnav","last_synced_at":"2026-05-24T21:32:58.128Z","repository":{"id":352886403,"uuid":"1217042755","full_name":"dongminlee94/ccnav","owner":"dongminlee94","description":"Interactive fzf picker for Claude Code sessions — browse, preview, and resume past conversations across all your projects.","archived":false,"fork":false,"pushed_at":"2026-04-21T15:16:58.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-21T16:26:58.152Z","etag":null,"topics":["anthropic","claude","claude-code","cli","developer-tools","fuzzy-finder","fzf","productivity","session-manager","tui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dongminlee94.png","metadata":{"files":{"readme":"README.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-04-21T13:41:50.000Z","updated_at":"2026-04-21T15:17:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dongminlee94/ccnav","commit_stats":null,"previous_names":["dongminlee94/ccnav"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dongminlee94/ccnav","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongminlee94%2Fccnav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongminlee94%2Fccnav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongminlee94%2Fccnav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongminlee94%2Fccnav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dongminlee94","download_url":"https://codeload.github.com/dongminlee94/ccnav/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongminlee94%2Fccnav/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33452032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T19:21:36.376Z","status":"ssl_error","status_checked_at":"2026-05-24T19:21:10.562Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["anthropic","claude","claude-code","cli","developer-tools","fuzzy-finder","fzf","productivity","session-manager","tui"],"created_at":"2026-05-24T21:32:57.461Z","updated_at":"2026-05-24T21:32:58.119Z","avatar_url":"https://github.com/dongminlee94.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ccnav\n\nA fast fzf picker for Claude Code sessions.  \nBrowse, preview, and resume past conversations from anywhere.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/demo.png\" alt=\"ccnav demo\" width=\"1000\"\u003e\n\u003c/p\u003e\n\n## Features\n\n- **Cross-project view** — browse every Claude Code session in one picker, not just the current directory\n- **Fuzzy search** — filter by prompt, project, branch, or date\n- **Rich preview** — duration, idle time, turn count, first and last user message at a glance\n- **One-key resume** — press Enter to `cd` into the session's project and run `claude --resume`\n- **Zero config** — reads your existing `~/.claude/` data, never modifies anything\n\n## Requirements\n\n- Linux or macOS\n- [Claude Code](https://claude.com/claude-code) CLI (`claude` in `PATH`)\n- [fzf](https://github.com/junegunn/fzf) 0.31+\n- Python 3.9+\n\n## Install\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/dongminlee94/ccnav/main/install.sh | bash\n```\n\nFiles go to `~/.local/share/ccnav/` and a `ccnav` symlink is created in `~/.local/bin/`.\n\nIf `ccnav: command not found` after install, add `~/.local/bin` to your `PATH` by appending this line to your shell rc (`~/.zshrc`, `~/.bashrc`):\n\n```bash\nexport PATH=\"$HOME/.local/bin:$PATH\"\n```\n\nPrefer to inspect the installer first? See [install.sh](install.sh).\n\n## Usage\n\n```bash\nccnav\n```\n\n| Key | Action |\n|---|---|\n| ↑ / ↓ (or Ctrl-J / Ctrl-K) | Navigate sessions |\n| Enter | Resume the selected session |\n| `?` | Toggle preview pane |\n| Ctrl-C / Esc | Quit |\n\nType to fuzzy-search across prompt text, project path, branch, and date.\n\n## How it works\n\nccnav reads session metadata from `~/.claude/projects/*/*.jsonl` and `~/.claude/history.jsonl`. It extracts the first user message, branch, cwd, timestamps, and turn counts, then pipes a TSV list into `fzf`.\n\nWhen you press Enter, ccnav `cd`s into the session's original working directory and runs `claude --resume \u003csession_id\u003e`.\n\nccnav never modifies your Claude Code data.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdongminlee94%2Fccnav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdongminlee94%2Fccnav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdongminlee94%2Fccnav/lists"}