
AI coding assistance, directly in your terminal. Leverage LLMs without leaving your workflow.
poorcoder is a suite of lightweight Bash scripts designed to integrate AI coding assistance seamlessly into your terminal workflow. It allows you to leverage existing web-based LLM subscriptions for tasks like code context extraction, applying AI-generated changes, and automating commit messages.
In the rapidly evolving landscape of AI-assisted development, maintaining a streamlined workflow is paramount. poorcoder emerges as a powerful, open-source solution that bridges the gap between sophisticated AI Large Language Models (LLMs) and your beloved terminal environment. Unlike IDE-specific tools or heavy API integrations, poorcoder empowers developers to harness the capabilities of subscription-based LLMs (like Claude.ai, Grok, or others) without disrupting their preferred command-line workflow. This collection of Bash scripts offers a pragmatic, cost-effective, and efficient way to bring AI intelligence directly to your coding tasks.
poorcoder is an invaluable tool for developers who:
poorcoder offers a refreshingly practical approach to AI-assisted coding. By focusing on essential tasks and integrating seamlessly with existing terminal tools and web LLMs, it provides significant value without a steep learning curve or financial burden. Its commitment to preserving the developer's workflow makes it a standout choice for anyone looking to augment their coding prowess with artificial intelligence, directly from the command line.
Automated AI-generated Git commit messages
Applying AI-suggested code changes directly to files
Extracting project context for detailed LLM queries
Seamless integration of web LLMs into terminal workflows
Cost-effective AI coding assistance
poorcoder is a collection of lightweight Bash scripts designed to bring AI coding assistance directly into your terminal environment. It helps extract code context, apply AI-generated code changes, and automate commit messages using your existing web-based LLM subscriptions.
Yes, poorcoder is an open-source project available for free under the Unlicense (public domain). While the tool itself is free, you will need an active subscription to a web-based LLM service (e.g., Claude.ai, Grok) to utilize its AI features.
poorcoder scripts interact with your project files, Git repository, and system clipboard. For example, `context` gathers code, `git-context` gathers Git info, and these can be piped to web LLMs (via clipboard or LLM CLI tools) for processing. The `apply-md` script then takes LLM output (often code blocks from markdown) and applies the changes back to your project files.