Tired of copy-pasting files for LLMs? CodeSushi rolls up your entire codebase into a perfectly formatted markdown dish, ready to be served to ChatGPT, Claude, or any AI assistant!
Replies
Best
Maker
š
š£ Introducing CodeSushi:
Your code's favorite restaurant OPEN SOURCE!
Tired of copy-pasting files for LLMs? CodeSushi rolls up your entire codebase into a perfectly formatted markdown dish, ready to be served to ChatGPT, Claude, or any AI assistant!
š¤ What's on the menu?
- Auto-detects & highlights 25+ languages
- Smart filtering (like .gitignore)
- Cross-platform support
- Clean markdown output
- Super easy to use
Just run: python http://codesushi.py and get your codebase served! š±
š„ Perfect for:
- AI Code Reviews
- Quick documentation
- Sharing codebases
- Context for LLMs
- Project archiving
No more "let me paste each file separately"!
šØāš³ How it works:
Take a seat
git clone https://github.com/dasilvacsv/co...
Place your order
python http://codesushi.py
Special requests?
python http://codesushi.py -o http://tasty-code.md
That's it! Your code is served! šÆ
š” Pro tip: Use .sushignore to filter out files you don't want in your roll:
node_modules/
*.pyc
.env
Just like .gitignore, but for your code sushi! š±
š It's open source!
Would love your contributions - whether it's:
- New features
- Bug fixes
- Documentation
- Or just starring the repo!
Check it out: https://github.com/dasilvacsv/co...
Let's make code sharing delicious! š£
Replies