Let me show you this tiny Python tool I made that fixes a huge pain when working with AI.
You know how annoying it is to copy-paste files into ChatGPT or Claude? This script just grabs your entire folder content (recursively) and packs it into a single file that AI models understand.
I built it in under 100 lines of code and it's already saving me tons of time. Check it out!
Code: https://github.com/bitswired/demos/tr...
🌐 Visit my blog at: https://www.bitswired.com
📩 Subscribe to the newsletter: https://newsletter.bitswired.com/
🔗 Socials:
LinkedIn: / jimi-vaubien
Twitter: / bitswired
Instagram: / bitswired
TikTok: / bitswired
00:00 Analyzing Complex Directories With AI Is Tedious
00:52 The Solution: Theory
01:48 The Solution: Practice
03:25 The Solution: Demo