poorcoder
FreeLightweight Bash scripts that enhance your terminal coding workflow with web-based AI assistants like Claude or Grok without disrupting your development process.
About poorcoder
poorcoder is a collection of lightweight Bash scripts that enhance terminal-based coding workflows by integrating web-based AI assistants like Claude.ai and Grok. It bridges the gap between web LLM interfaces and the terminal, allowing developers to use subscription-based LLMs (~$20-30/month) instead of costly API usage ($100-500/month). The toolset includes four scripts: context (extracts code context), apply-md (applies code changes from markdown responses), git-context (generates git context for commit messages), and autocommit (auto-creates commit messages). It follows Unix philosophy of small, focused tools and preserves a terminal-first development workflow.
Key Features
Pros & Cons
- Cost-effective: uses existing web LLM subscriptions (~$20-30/month) instead of expensive API plans
- Leverages polished UX of web/mobile LLM interfaces while maintaining terminal workflow
- Preserves existing development environment and tools (no IDE lock-in)
- Lightweight and simple – small Bash scripts, easy to understand and modify
- Unix-philosophy design: each script does one thing well and can be composed
- Open source and free to use, with project-specific installation and customization supported
- Requires manual copy-paste of context to web LLM and pasting back responses (not fully automated)
- No direct API integration – relies on user having a subscription to a third-party LLM web service
- Limited to Unix-like systems (requires Bash shell)
- Does not provide real-time inline suggestions like IDE plugins
- Basic toolset – advanced features like multi-file refactoring or chat require external tools