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
This list is the definitive collection of modern Unix tools — and I built something that fills a gap I haven't seen covered here: ccline.
What it does: when you forget a command (or don't know it yet), type your intent in plain English at your zsh prompt:
$ find all files modified in the last hour
$ kill process using port 3000
$ recursively replace text in all .py files
ccline intercepts the command_not_found_handler — that zsh hook that fires when a command isn't found. Instead of an error, you get an AI answer with syntax-highlighted code and an option to run the command.
Install:
brew install jianshuo/tap/ccline
# Add to ~/.zshrc: source $(brew --prefix)/share/ccline/ccline.zsh
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.
-
Hey modern-unix community! 👋
This list is the definitive collection of modern Unix tools — and I built something that fills a gap I haven't seen covered here: ccline.
What it does: when you forget a command (or don't know it yet), type your intent in plain English at your zsh prompt:
ccline intercepts the
command_not_found_handler— that zsh hook that fires when a command isn't found. Instead of an error, you get an AI answer with syntax-highlighted code and an option to run the command.Install:
brew install jianshuo/tap/ccline # Add to ~/.zshrc: source $(brew --prefix)/share/ccline/ccline.zshOr see the repo: https://github.com/jianshuo/ccline
Would love to know if this fits the spirit of "modern Unix tools" that this list celebrates! 🚀
Beta Was this translation helpful? Give feedback.
All reactions