This repository contains a code collector script that helps organize and collect code files for the LLM chat project.
- Collects code files from the current directory and subdirectories
- Excludes files based on a customizable list
- Generates a single file with all the collected code
- Optional: auto-generates an HTML page with the collected code
To install the code collector, simply run the install_kilianair303_code_collector.sh
script in the same directory as this README file.
You can customize the code collector by modifying the kilianair303_code_collector_for_llm_chats.sh
file.
This repository is licensed under the MIT License.
Contributions are welcome! If you have any suggestions or improvements, please open an issue or submit a pull request.
kilianair303