{"id":51551324,"url":"https://github.com/kumamaki/Claude-Code-Personalities","last_synced_at":"2026-07-12T14:01:14.662Z","repository":{"id":309790164,"uuid":"1036957817","full_name":"kumamaki/Claude-Code-Personalities","owner":"kumamaki","description":"Dynamic Kaomoji personalities for Claude Code's statusline that change based on what Claude is doing","archived":false,"fork":false,"pushed_at":"2026-05-07T08:23:59.000Z","size":10995,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-24T23:05:18.563Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kumamaki.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":"2025-08-12T20:55:10.000Z","updated_at":"2026-05-07T08:24:03.000Z","dependencies_parsed_at":"2025-08-13T21:25:46.163Z","dependency_job_id":"7e45763b-53ae-4a09-af49-8a92f43c4b27","html_url":"https://github.com/kumamaki/Claude-Code-Personalities","commit_stats":null,"previous_names":["mehdi-hp/claude-code-personalities","kumamaki/claude-code-personalities"],"tags_count":55,"template":false,"template_full_name":null,"purl":"pkg:github/kumamaki/Claude-Code-Personalities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumamaki%2FClaude-Code-Personalities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumamaki%2FClaude-Code-Personalities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumamaki%2FClaude-Code-Personalities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumamaki%2FClaude-Code-Personalities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kumamaki","download_url":"https://codeload.github.com/kumamaki/Claude-Code-Personalities/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumamaki%2FClaude-Code-Personalities/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35393398,"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-07-12T02:00:06.386Z","response_time":87,"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":[],"created_at":"2026-07-10T00:00:52.211Z","updated_at":"2026-07-12T14:01:14.652Z","avatar_url":"https://github.com/kumamaki.png","language":"Rust","funding_links":[],"categories":["Status Lines"],"sub_categories":[],"readme":"# ૮ ․ ․ ྀིა Claude Code Personalities\n\n\u003e Dynamic text-face personalities for Claude Code's statusline\n\nGive your Claude Code assistant a dynamic, context-aware statusline with 30+ text-face emoticons that change based on Claude's current activity.  \nWatch Claude transform from `ʕ•ᴥ•ʔ Code Wizard` when coding to `(┛ಠДಠ)┛彡┻━┻ Frustrated Developer` when encountering errors!\n\n**Powered by Rust** - Lightning fast performance (~1ms statusline generation), zero external dependencies, and interactive configuration!\n\n## Key Features\n\n- **30+ Dynamic Personalities** - Context-aware text faces that reflect Claude's current mood and activity\n- **Git Status Integration** - Real-time working tree status with file counts (`±5` for dirty, `✓` for clean)\n- **Activity Tracking** - See what Claude is doing: editing, reading, executing, debugging, etc.\n- **Nerd Font Icons** - Visual indicators for folders, git branches, activities, and models\n- **Performance Optimized** - 2-second caching for git status, ~1ms statusline rendering\n- **Interactive Configuration** - Easy-to-use TUI for customizing your statusline\n- **Model Indicators** - Know which Claude model you're using (Opus, Sonnet, Haiku)\n\n![Claude Code Personalities Screenshot](screenshot.png)\n\n## Installation\n\n### Quick Install (Interactive)\n\n```bash\n# Step 1: Install the CLI tool\ncurl -fsSL https://raw.githubusercontent.com/kumamaki/claude-code-personalities/main/install.sh | bash\n\n# Step 2: Configure Claude Code (interactive prompts)\nclaude-code-personalities install\n```\n\n### Installation Options\n\n- `--yes` or `-y`: Non-interactive installation with safe defaults\n- `--interactive` or `-i`: Interactive installation (default)\n- `NONINTERACTIVE=1`: Environment variable for non-interactive mode\n\n## Updating\n\nClaude Code Personalities includes automatic update checking:\n\n```bash\n# Check for updates and install if available\nclaude-code-personalities update\n```\n\nThe statusline will show `[⬆ Update vX.X.X]` when a new version is available.\n\n## Commands\n\n```bash\n# Installation\nclaude-code-personalities install             # Interactive configuration (default)\nclaude-code-personalities install --yes       # Non-interactive with safe defaults\nclaude-code-personalities install -y          # Short flag for non-interactive\n\n# Configuration\nclaude-code-personalities config              # Interactive configuration menu\n\n# Management\nclaude-code-personalities status              # Check installation status\nclaude-code-personalities update              # Check for updates and install if available\nclaude-code-personalities uninstall           # Remove personalities (restart Claude required)\nclaude-code-personalities help                # Show help with all options\n```\n\n## Requirements\n\n- Claude Code v1.0.60+\n- Nerd Fonts for icons (`brew install --cask font-hack-nerd-font`)\n\n## Platform Support\n\n### Supported Platforms\n- **macOS** (Intel \u0026 Apple Silicon)\n- **Linux** (x86_64 \u0026 ARM64)\n\n### Windows Not Supported\n**Windows is not currently supported** due to me not caring about development on windows:\n- Uses Unix-style paths (`~/.local/bin`, `/tmp`)\n- Relies on Unix file permissions\n- Hook system designed for Unix shells\n\n**Windows users:** Consider using WSL2 (Windows Subsystem for Linux) which provides full compatibility.\n\n## Configuration\n\nCustomize what appears in your statusline using the interactive configuration:\n\n```bash\nclaude-code-personalities config\n```\n\nThis opens a multi-select menu where you can toggle. When you open the configuration menu, your current settings are pre-selected with checkboxes, making it easy to see what's currently enabled versus disabled:\n- **Show Personality** - Text-face emoticons (ʕ•ᴥ•ʔ, (╯°□°)╯, etc.)\n- **Show Activity** - Current activity (editing, coding, debugging, etc.)\n- **Show Activity Context** - Current file or command being executed\n- **Show Git Branch** - Current git branch name\n- **Show Git Status** - Working tree status with file count (`±5` dirty, `✓` clean)\n- **Show Current Directory** - Working directory path\n- **Show Model Indicator** - Claude model (Opus, Sonnet, Haiku)\n- **Use Icons** - Nerd Font icons for visual appeal\n- **Use Colors** - ANSI color formatting\n- **Show Separators** - Dot separators between elements\n- **Compact Mode** - Reduced spacing for tighter display\n- **Debug Info** - Show error counts and session info\n\nSettings are saved to `~/.claude/personalities_config.json` and take effect immediately.\n\n## Building from Source\n\nFor developers:\n\n```bash\ngit clone https://github.com/kumamaki/claude-code-personalities\ncd claude-code-personalities\ncargo build --release\n\n# Binary will be at target/release/claude-code-personalities\n```\n\n## License\n\nWTFPL - Do what you want with it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkumamaki%2FClaude-Code-Personalities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkumamaki%2FClaude-Code-Personalities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkumamaki%2FClaude-Code-Personalities/lists"}