Hacker News new | ask | show | jobs
Show HN: llm_ctx – Format your codebase for LLMs using Unix-style commands (github.com)
2 points by kennyfrc 448 days ago
Hey HN! I found myself wanting a way to create prompts using `git diff`, `find`, and glob patterns, but from what I saw, there weren't any tools that did that.

So built this, and I found myself using it almost everyday. I hope this is useful for someone!