mirror of
https://github.com/alebcay/awesome-shell.git
synced 2026-07-15 18:43:23 -05:00
[PR #724] Add ccline - type natural language at zsh prompt, get AI answer and run commands #9578
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/alebcay/awesome-shell/pull/724
Author: @jianshuo
Created: 6/10/2026
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
ac7c364Add ccline - natural language at zsh prompt with AI-powered command execution📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What does this add?
ccline — hijacks zsh's
command_not_found_handlerso you can type a natural-language thought directly at your prompt (no command, no prefix). It calls Claude or Codex, renders the answer as Markdown, and if the response contains shell commands, shows an interactive arrow-key menu to confirm and run them.claudeorcodexCLIcd,exportetc. actually persist)Added near
thefuckunder Command-Line Productivity as it solves the same "I don't know the exact command" problem with an AI-powered approach.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.