#489 · Primary category: AI Coding Assistants
plz-cli
Copilot for your terminal
Project last updated:01/19/24
GitHub Stars
1.6K
Forks
82
Contributors
8
License
MIT
Why we included this project
plz is a small terminal tool that turns plain-English descriptions of what you want to do into bash scripts. You type something like 'show me all options for the plz cli' and it prints a command, or runs it for you directly if you pass -y. It needs an OpenAI API key and is essentially a thin wrapper around the model, so there is no database or agent framework to manage. That keeps it useful for one-off scripting tasks and for recalling shell syntax you only reach for occasionally, and the Rust source is compact enough to read if you want to build something similar yourself.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.