You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
大家好!推荐一个我最近做的开源工具 ccline。
它解决什么问题?
在终端工作时,经常会碰到忘记命令语法的情况——然后要切换到浏览器搜索,或者打开 AI 聊天窗口问。ccline 把这一步省掉了:直接在命令行提示符里问。
怎么工作的?
ccline 挂在 zsh/bash 的
command_not_found_handler上。当你输入的内容不是一个可执行命令时,它会把这段话发给 Claude(或 Codex),然后把答案显示在终端里,并且提供一个箭头键菜单让你选择要运行哪个命令。演示:
特点:
安装:
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashGitHub: https://github.com/jianshuo/ccline
需要先安装 Claude Code(
claude)或 Codex(codex)CLI。如果你已经在用 Claude Code,ccline 零配置直接用。Beta Was this translation helpful? Give feedback.
All reactions