simonw / files-to-prompt

Concatenate a directory full of files into a single prompt for use with LLMs
Apache License 2.0
488 stars 43 forks source link

(Duplicate) Request to add --xml option #17

Closed oaustegard closed 2 months ago

oaustegard commented 3 months ago

Added option to wrap file contents in a <files><file path=""></file>...</files> xml structure since that appears to be friendlier to Claude

Coding done by Claude 3.5 Sonnet

oaustegard commented 3 months ago

Just noticed there's already a PR -- #15 -- for the same thing. Feel free to close.