This script reads every code file from a specified directory and paste them in the terminal, allowing to copy it into an AI.
python script.py 1 (environment) <folder_path>
- Web Development
- Java Development
- Python Development
- .NET Development
- C++ Development
- DevOps & Configuration (Docker, YAML, JSON)
- Infrastructure as Code (Terraform, HCL)
- Documentation (Markdown, reStructuredText)
- Scripting (Shell, Batch, PowerShell)
- iOS Development (Swift)
- Android Development (Kotlin)
- Go Development
- Ruby Development
- CI/CD Configuration
Environments contains a predefined list of file extensions and excluded folders.
python script.py 2 <folder_path>
The script will prompt you to enter the desired file extensions (comma-separated) and folders to exclude.
Example:
.py,.java,.html
node_modules,venv
This project is licensed under the MIT License.