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

add alias `ftp`, fix --ignore, add --output to save output to file #8

Open leehua03f3 opened 3 months ago

leehua03f3 commented 3 months ago

Added alias ftp for files-to-prompts when entering command for example: ftp . Fix the issue with --ignore that i created earlier Add new --output which save output to a txt file. if not specify, it will save to ./output.txt