From 112c7d4a50c195e0fa29d938fa0c0b470094955a Mon Sep 17 00:00:00 2001 From: Jian Shuo Wang Date: Tue, 16 Jun 2026 15:41:42 +0800 Subject: [PATCH] feat(plugins): add ccline (#117) --- External-plugins.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/External-plugins.md b/External-plugins.md index 9d22716..930d1fe 100644 --- a/External-plugins.md +++ b/External-plugins.md @@ -13,6 +13,12 @@ Unlike [themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes), there ### CLI +- [ccline](https://github.com/jianshuo/ccline) + + Type a natural-language thought directly at your zsh prompt — no command, no prefix. ccline intercepts `command_not_found_handler` and sends your query to Claude or Codex. If the AI response contains runnable commands, an interactive arrow-key menu lets you confirm and execute them in your live shell (so `cd`, `export`, etc. persist). + + [![ccline demo](https://raw.githubusercontent.com/jianshuo/ccline/main/docs/demo.gif)](https://github.com/jianshuo/ccline) + - [arc-zsh-plugin](https://github.com/dkryaklin/arc-zsh-plugin) Arc VCS prompt integration, status caching, and aliases. Supports agnoster theme with auto-injection.