{"id":45379790,"url":"https://github.com/takymt/cc-flavors","last_synced_at":"2026-02-21T16:41:53.937Z","repository":{"id":338394006,"uuid":"1149709110","full_name":"takymt/cc-flavors","owner":"takymt","description":"Collect Claude Code flavor texts from tmux panes.","archived":false,"fork":false,"pushed_at":"2026-02-14T15:30:50.000Z","size":722,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-14T22:31:17.404Z","etag":null,"topics":["claude","claude-code","cli","golang","tmux","tmux-plugins"],"latest_commit_sha":null,"homepage":"","language":"Go","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/takymt.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-02-04T12:34:31.000Z","updated_at":"2026-02-14T15:36:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/takymt/cc-flavors","commit_stats":null,"previous_names":["takuto-yamamoto/cc-flavors"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/takymt/cc-flavors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takymt%2Fcc-flavors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takymt%2Fcc-flavors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takymt%2Fcc-flavors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takymt%2Fcc-flavors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takymt","download_url":"https://codeload.github.com/takymt/cc-flavors/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takymt%2Fcc-flavors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29686802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"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":["claude","claude-code","cli","golang","tmux","tmux-plugins"],"created_at":"2026-02-21T16:41:53.207Z","updated_at":"2026-02-21T16:41:53.929Z","avatar_url":"https://github.com/takymt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cc-flavors\n\n![CI](https://github.com/takymt/cc-flavors/actions/workflows/ci.yml/badge.svg)\n![License](https://img.shields.io/github/license/takymt/cc-flavors)\n\n![Demo Screenshot](docs/demo.png)\n\n\u003e Tiny **tmux hook** that Collects \"flavor texts\" shown by Claude Code (e.g. `Moonwalking…`).\n\n## Install\n\n### Quick start\n\n1. Install the binary\n\n```bash\ngo install github.com/takymt/cc-flavors@latest\n```\n\n2. Install the tmux plugin (TPM)\n\nAdd to `.tmux.conf`:\n\n```conf\nset -g @plugin 'takymt/cc-flavors'\nrun '~/.tmux/plugins/tpm/tpm'\n```\n\nReload tmux, then press `prefix + I` to install.\n\n3. Start Claude Code\n\nThen use Claude Code as usual.\n\nIf you wrap the `claude` command, set `@cc_flavors_cmd` in **Options** below.\n\n### Alternative install\n\n#### Binary via tar.gz\n\nDownload the release archive for your platform, then put `cc-flavors` on `PATH`.\n\n#### tmux plugin (manual)\n\n```bash\ngit clone https://github.com/takymt/cc-flavors.git ~/.tmux/plugins/cc-flavors\n```\n\nAdd to `.tmux.conf`:\n\n```conf\nrun '~/.tmux/plugins/cc-flavors/cc-flavors.tmux'\n```\n\n## Usage\n\nSee `cc-flavors --help` for the full command list and options.\n\n### tmux Options\n\nSet in `.tmux.conf`:\n\n```conf\n# The command name to watch in tmux panes (default: `claude`).\nset -g @cc_flavors_cmd \"claude\"\n\n# Scan interval in seconds (default: `1`).\nset -g @cc_flavors_scan_interval \"1\"\n```\n\n### Examples\n\n```bash\n# Show summary\ncc-flavors\n\n# Filter by date\ncc-flavors --since 2025-02-14\n\n# Clear all counts (with confirmation)\ncc-flavors clear\n```\n\n## Limitations\n\n- `cc-flavors` watches panes running the configured command (default: `claude`) and collects any on-screen lines that match the flavor-text pattern.\n- If you want a \"pure\" collection, avoid customizing or disabling Claude Code's flavor texts.\n\n## Author\n\n@takymt (a.k.a. tarte)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakymt%2Fcc-flavors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakymt%2Fcc-flavors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakymt%2Fcc-flavors/lists"}