{"id":50756649,"url":"https://github.com/pasqualesalza/claude.fish","last_synced_at":"2026-06-11T05:30:55.353Z","repository":{"id":362464336,"uuid":"1258306360","full_name":"pasqualesalza/claude.fish","owner":"pasqualesalza","description":"Fish session picker and completions for Claude Code (ccr / ccri)","archived":false,"fork":false,"pushed_at":"2026-06-04T09:39:06.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-04T11:10:13.090Z","etag":null,"topics":["claude","claude-code","cli","fish","fish-plugin","fisher","fzf"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/pasqualesalza.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}},"created_at":"2026-06-03T13:06:04.000Z","updated_at":"2026-06-04T09:39:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pasqualesalza/claude.fish","commit_stats":null,"previous_names":["pasqualesalza/claude.fish"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pasqualesalza/claude.fish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasqualesalza%2Fclaude.fish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasqualesalza%2Fclaude.fish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasqualesalza%2Fclaude.fish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasqualesalza%2Fclaude.fish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pasqualesalza","download_url":"https://codeload.github.com/pasqualesalza/claude.fish/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasqualesalza%2Fclaude.fish/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34184779,"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-11T02:00:06.485Z","response_time":57,"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","fish","fish-plugin","fisher","fzf"],"created_at":"2026-06-11T05:30:54.006Z","updated_at":"2026-06-11T05:30:55.348Z","avatar_url":"https://github.com/pasqualesalza.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# claude.fish\n\n[![CI](https://github.com/pasqualesalza/claude.fish/actions/workflows/ci.yml/badge.svg)](https://github.com/pasqualesalza/claude.fish/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\nA [fish](https://fishshell.com) plugin for [Claude Code](https://docs.anthropic.com/en/docs/claude-code):\na zoxide-style session picker (`ccr` / `ccri`) plus completions for the `claude` CLI\n(which ships none).\n\nSessions are scoped to the current project by default — exactly how Claude Code stores\nthem — so resuming always reattaches to the right conversation instead of spawning an empty one.\n\n## Commands\n\n| Command | Behaviour |\n|---|---|\n| `ccr` | Resume the **most recent** session in this folder — \"continue where I left off\". |\n| `ccr \u003cquery\u003e` | Resume the most recent session matching `\u003cquery\u003e` (title + transcript). Falls back to the picker if nothing matches. |\n| `ccri [query]` | **Interactive** `fzf` picker with a transcript preview. |\n| `… --all` | Search across every project, not just this folder. |\n\nBoth run `claude --resume \u003cid\u003e` in the session's own working directory. Tab-completing\n`claude --resume ` also lists your sessions by title.\n\n## What the picker shows\n\n- **Real titles** — a session's `/rename` (marked `✎`) or Claude's auto-generated title,\n  not just the first message, with a short id to tell similar/forked sessions apart.\n- **Recap preview** — each session opens with its title and the last thing you asked\n  (\"where you left off\"), then the recent conversation with colored user/assistant turns.\n\n## Requirements\n\n- fish 3.4+\n- [`jq`](https://jqlang.github.io/jq/) and [`fzf`](https://github.com/junegunn/fzf)\n- Optional: [`fzf.fish`](https://github.com/PatrickF1/fzf.fish) — if present, the picker reuses\n  its `_fzf_wrapper` for a consistent look; otherwise plain `fzf` is used.\n\n## Install\n\n```fish\nfisher install pasqualesalza/claude.fish\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpasqualesalza%2Fclaude.fish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpasqualesalza%2Fclaude.fish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpasqualesalza%2Fclaude.fish/lists"}