ccline — type thoughts at your Termux zsh prompt, get AI answers + runnable commands #5151
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 Termux users!
I built ccline — a zsh/bash hook that turns your Termux terminal into an AI-powered command helper.
When you type something that isn't a command (a question, a half-remembered syntax), instead of just seeing "command not found", ccline routes it to Claude (or Codex) and shows you an answer — with an option to run any suggested commands directly:
Works in zsh and bash. With Termux's Linux environment and zsh, ccline installs clean and just works. It hooks into
command_not_found_handlerso normal commands are completely unaffected.curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashNeeds
claudeCLI (Claude Code) orcodexCLI.Has anyone else tried bringing Claude into their Termux workflow?
Beta Was this translation helpful? Give feedback.
All reactions