Fork of Karpathy’s rendergit that adds checkboxes to select which files get included in the LLM output.
Renders a GitHub repo to HTML, then lets you pick files via checkboxes. Auto-skips bloat (package-lock.json, node_modules). Quick filters for “Python only”, “No tests”, etc. The LLM-ready CXML updates based on your selection.
Solves: Pasting entire repos into Claude hits token limits. Manually cherry-picking files is tedious. LLMs hallucinate code if you just describe it.
Now: Render once, click checkboxes for the files you need, copy clean output.
Comments URL: https://news.ycombinator.com/item?id=45473063
Points: 1
# Comments: 0
Source: github.com