simonw / files-to-prompt

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

ability to pipe into cmd #11

Open dsisnero opened 3 months ago

dsisnero commented 3 months ago

I have ripgrep installed and would like to do the following rg -l ocaml | files-to-prompt

fry69 commented 3 months ago

I just added this functionality to my Bun/Typescript port, if that is an option for you.