# zsh-kimi-cli **Repository Path**: xusun000/zsh-kimi-cli ## Basic Information - **Project Name**: zsh-kimi-cli - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-03 - **Last Updated**: 2026-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kimi-cli Zsh Plugin `kimi-cli` Zsh plugin is a Zsh plugin that integrate Kimi CLI into Zsh. ## Usage - Press `Ctrl-X` in Zsh to start talking to Kimi CLI. - Press `Ctrl-X` again to exit Kimi CLI mode. ## Requirements - Zsh 5.4+ - `kimi` binary available in `$PATH` ## Installation Pick the method that matches your Zsh setup. ### Manual (`.zshrc`) ```zsh # clone anywhere you prefer git clone https://github.com/MoonshotAI/zsh-kimi-cli.git ~/.zsh/kimi-cli # load the plugin in .zshrc source ~/.zsh/kimi-cli/kimi-cli.plugin.zsh ``` Open a new shell (or `exec zsh`) to activate the handler. ### Oh My Zsh ```zsh git clone https://github.com/MoonshotAI/zsh-kimi-cli.git \ ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/kimi-cli # in ~/.zshrc plugins=(... kimi-cli) ``` Reload Zsh to pick up the plugin. ### Antigen ```zsh antigen bundle MoonshotAI/zsh-kimi-cli antigen apply ``` ### Zinit ```zsh zinit light MoonshotAI/zsh-kimi-cli ``` ### Znap ```zsh znap source MoonshotAI/zsh-kimi-cli ``` ### Fig ```zsh fig plugin install MoonshotAI/zsh-kimi-cli ``` ### Zplug ```zsh zplug "MoonshotAI/zsh-kimi-cli", as:plugin ```