Skip to content

Releases: simonw/files-to-prompt

0.2.1

08 Apr 06:04
Compare
Choose a tag to compare
  • Warn and skip non-UTF-8 files, rather than crashing. Warnings are printed to standard error. #5

0.2

08 Apr 05:39
b123b19
Compare
Choose a tag to compare
0.2
  • New --ignore '*.md' multi-option for providing additional patterns to ignore. Thanks, Dipam Vasani. #1
  • files-to-prompt can now be passed multiple files and directories as arguments, for example files-to-prompt my_app.py tests/. #2

0.1

22 Mar 15:48
38b7611
Compare
Choose a tag to compare
0.1
  • Initial release. Run files-to-prompt . to concatenate together the current directory contents into a prompt suitable for piping to an LLM.