Hello, I'm David. I built Aicont textator to scratch my itching. I spent far too much time to collect coded files manually and place it in LLM -Web user interfaces. It was boring and I was constantly worried to accidentally stick an API key. AICONTextator is a simple CLI tool that automates this. You carry it out in your project directory and bundle all relevant files (under aspect. Gitignore) into a single string that is ready for your command prompt. An important function that I focus on is security: it uses the engine for detection secretions to scan files before they are added to the context and warns them of potential secrets that find it. It also has an interactive mode for selecting files, can be part of tokens and automatically divides large contexts. It is open source (co-license) and built with Python. I would like to receive your feedback and suggestions. The Github Repo is here:
prompts·1 min read8.9.2025
I made a CLI to stop manually copy-pasting code into LLMs is a CLI to bundle project files for LLMs
Source: Original