{"id":51138652,"url":"https://github.com/bboe/reclaude","last_synced_at":"2026-06-25T20:30:30.093Z","repository":{"id":363011083,"uuid":"1261631536","full_name":"bboe/reclaude","owner":"bboe","description":"Curses picker for resuming Claude Code sessions","archived":false,"fork":false,"pushed_at":"2026-06-23T22:22:39.000Z","size":157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-24T00:16:38.753Z","etag":null,"topics":["claude","claude-code","cli","curses","python","tui"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bboe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":"bboe","buy_me_a_coffee":"bboe"}},"created_at":"2026-06-07T00:26:48.000Z","updated_at":"2026-06-23T22:22:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bboe/reclaude","commit_stats":null,"previous_names":["bboe/reclaude"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bboe/reclaude","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboe%2Freclaude","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboe%2Freclaude/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboe%2Freclaude/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboe%2Freclaude/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bboe","download_url":"https://codeload.github.com/bboe/reclaude/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboe%2Freclaude/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34792208,"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-25T02:00:05.521Z","response_time":101,"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","cli","curses","python","tui"],"created_at":"2026-06-25T20:30:29.440Z","updated_at":"2026-06-25T20:30:30.086Z","avatar_url":"https://github.com/bboe.png","language":"Python","funding_links":["https://github.com/sponsors/bboe","https://buymeacoffee.com/bboe"],"categories":[],"sub_categories":[],"readme":"# reclaude\n\nA keyboard-driven curses picker for resuming [Claude Code](https://claude.com/claude-code)\nsessions. It reads `~/.claude/history.jsonl` and shows your recent project directories as an\nexpandable tree with sessions inline, so you can jump back into a conversation without\nremembering its session id.\n\n- **Tree view** of recent directories; expand one to see its individual sessions, each shown\n  with its time and opening prompt.\n- **Live-session locks** — directories with a running `claude` process are marked so you don't\n  collide with an active session.\n- **Worktree resurrection** — sessions from deleted git worktrees can be brought back; reclaude\n  re-runs them via `claude --worktree`, which recreates the worktree and finds the transcript.\n- On selection it `chdir`s into the directory and `exec`s `claude --resume \u003cid\u003e` (display always\n  matches the action — the row you see is the session you get).\n\n## Install\n\n```bash\nuv tool install reclaude     # recommended\npipx install reclaude\npip install reclaude\n```\n\n## Usage\n\n```bash\nreclaude          # or: python -m reclaude\n```\n\n| Key            | Action                                            |\n| -------------- | ------------------------------------------------- |\n| `↑` / `↓`      | Move selection                                    |\n| `Enter`        | Expand a directory, or resume the selected session |\n| *type*         | Incrementally filter by directory / prompt text   |\n| `Ctrl-W`       | Toggle showing directories whose path is gone     |\n| `Ctrl-T`       | Cycle the age window (how far back to look)        |\n| `Backspace`    | Delete a filter character                         |\n| `q` / `Esc`    | Quit (`q` quits only when the filter is empty)    |\n\n## Requirements\n\n- A POSIX system with an interactive terminal (TTY).\n- [Claude Code](https://claude.com/claude-code) installed and on your `PATH`.\n- Python 3.10+. No third-party dependencies (Python standard library only).\n\n## License\n\nBSD-2-Clause. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbboe%2Freclaude","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbboe%2Freclaude","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbboe%2Freclaude/lists"}