Comment by bredren
1 year ago
If you need to feed multiple files to chatgpt or another LLM, this makes it way easier than manually copy and pasting.
This app shows you a file modal. Use Shift or Option keys to select multiple text files across one or more directories.
All of the selected files will be concatenated for easy select all / paste into your LLM conversation.
Output format of selected files is:
### `[filepath]`
[file contents]
### `[filepath]`
... and so on.
- Output is in a text field for easy copy-pasta.
- File path starts at the common parent of all selected files
It looks very useful. Are you going to release a binary or put it up on brew?
Thanks. I'll take feature requests!
I added a compiled version targeting macos arm64 here, though it is not signed.
https://github.com/banagale/FileKitty/releases/tag/0.1.0
I'll see if I can get a brew version up.