@seberto/agcp
v1.0.2
Published
AI CLI that generates and runs shell commands
Readme
agcp
Turn plain English into shell commands using your local AI.
Requirements
- Ollama running locally
- At least one model pulled (e.g.
ollama pull gemma3) - Node.js 18+
Install
npm install -g @seberto/agcpUsage
agcp "show all running processes"
agcp "commit with message bug fixed"
agcp "find all js files modified today"agcp will generate the command, show it to you, and ask before running it.
How it works
- You describe what you want in plain English
- agcp sends it to your local Ollama instance
- The suggested command is shown
- You confirm before it runs — nothing executes without your approval
License
ISC
