Tiny tmux hook that Collects "flavor texts" shown by Claude Code (e.g.
Moonwalking…).
- Install the binary
go install github.com/takymt/cc-flavors@latest- Install the tmux plugin (TPM)
Add to .tmux.conf:
set -g @plugin 'takymt/cc-flavors'
run '~/.tmux/plugins/tpm/tpm'
Reload tmux, then press prefix + I to install.
- Start Claude Code
Then use Claude Code as usual.
If you wrap the claude command, set @cc_flavors_cmd in Options below.
Download the release archive for your platform, then put cc-flavors on PATH.
git clone https://github.com/takymt/cc-flavors.git ~/.tmux/plugins/cc-flavorsAdd to .tmux.conf:
run '~/.tmux/plugins/cc-flavors/cc-flavors.tmux'
See cc-flavors --help for the full command list and options.
Set in .tmux.conf:
# The command name to watch in tmux panes (default: `claude`).
set -g @cc_flavors_cmd "claude"
# Scan interval in seconds (default: `1`).
set -g @cc_flavors_scan_interval "1"
# Show summary
cc-flavors
# Filter by date
cc-flavors --since 2025-02-14
# Clear all counts (with confirmation)
cc-flavors clearcc-flavorswatches panes running the configured command (default:claude) and collects any on-screen lines that match the flavor-text pattern.- If you want a "pure" collection, avoid customizing or disabling Claude Code's flavor texts.
@takymt (a.k.a. tarte)
MIT
