ccline: type plain English instead of figuring out jq syntax — AI at the zsh prompt #3559
jianshuo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey jq community! 🔧
jq is incredibly powerful, but let's be honest — the syntax is hard to remember for anything beyond basic queries. I built something that lets you describe what you want in plain English.
It's ccline — natural language at the zsh prompt.
What it does
ccline hijacks zsh's
command_not_found_handler. Type something that isn't a real command — a description, a question — and it asks Claude AI. Answer renders as Markdown. Press Enter to run.Just describe what transformation you need — no more guessing at jq syntax.
Install
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashRequires
ANTHROPIC_API_KEY.→ https://github.com/jianshuo/ccline
Beta Was this translation helpful? Give feedback.
All reactions