![](https://private-user-images.githubusercontent.com/1409710/327196008-d7c68e71-5245-499b-8be9-3ca1f88adc1b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTc2OTMsIm5iZiI6MTczODk1NzM5MywicGF0aCI6Ii8xNDA5NzEwLzMyNzE5NjAwOC1kN2M2OGU3MS01MjQ1LTQ5OWItOGJlOS0zY2ExZjg4YWRjMWIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMTk0MzEzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTdiNGZjYTg3ODg1YzNiMDZjNTA5MjgwYTJhZDExNzk1NjQ3NTFjYjRiNGYwNzliYWU3YzIxYWVjOGY3OTYzZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.PYHZ3dyk7ysm40bCF9_KEFM7J3aL99ieNBW7wOavBD8)
- Select files from a directory
- Concatenate selected files into a single file
- Save the concatenated file to a directory
- Copy file to clipboard
- Concatenating files for use in a single file format
- Pasting file contents into an LLM to provide context to a prompt
- Open the app and click Open Files.
- Select the files you want to concatenate:
- Click *Open and files will be added to the text area.
- Select, Copy to clipboard and paste into your prompt:
OR
- In MacOS Finder, find the files you want to concatenate
- Open the FileKitty app
- Drag and drop the files into the app
- Select, Copy to clipboard and paste into your prompt
- Poetry is used to manage dependencies and build the app.
- Refer to the Poetry documentation for installation instructions.
poetry install
poetry run python setup.py py2app
- App should show up in ./dist/FileKitty.app
- Copy to Applications folder