Thesirix/EatMyTXT — reverse-engineered prompt
Reverse engineered prompt
Build me a small Python desktop app called EatMyTxt. I want it to be a simple tool where I pick a project folder, click one button, and it creates one huge clean text file containing the whole project.
The output should be easy to paste into an AI chat. For every file it finds, include the full file path, the file name, and then the complete contents with clear spacing between files so it’s obvious where each one starts and ends. It should scan folders recursively and not make me zip anything or copy files manually.
Keep the interface very simple, with a folder picker, a generate button, and a clear message when the file is done. If something can’t be read, don’t crash, just add a note in the output or show a simple error. Make it feel like a practical little utility for giving an AI the full context of a codebase in one readable text file.
Want more depth? Deep Reverse