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
Unlike IDE-integrated solutions (Cursor, aider, Claude Code, etc.), poorcoder is designed to work with your existing web-based LLM subscriptions (~$20/month) while maintaining your terminal workflow. This approach:
21
+
Unlike IDE-integrated solutions (Cursor, aider, Claude Code, etc.), poorcoder is designed to work with your existing web-based LLM subscriptions (~$20-30/month) while maintaining your terminal workflow.
22
+
23
+

16
24
17
-
- Is more cost-effective than dedicated API usage
25
+
Key benefits:
26
+
- Is more cost-effective than dedicated API usage (which can cost $100-500/month for heavy use)
18
27
- Leverages the polished UX of web/mobile LLM interfaces
19
28
- Preserves your terminal-based development workflow
20
29
- Follows Unix philosophy (small tools doing one thing well)
@@ -58,6 +67,10 @@ chmod +x autocommit
58
67
59
68
## Scripts
60
69
70
+
Here's a detailed overview of each script in poorcoder:
0 commit comments