Copycode
Author:
๐ martinvelt
Real discussions and feedbacks of Copycode
๐ Join the Discussion on Forums
App Description
Copycode is a lightweight CLI tool that scans your project for specific file types (e.g., .py, .js, .html), combines the contents, and copies everything to your clipboard. It can also save the output to a file if needed. It supports excluding files or folders, custom file types via a .copyconfig file, and automatically excludes common folders like .venv.
Project Overview
Copycode is a Python package designed to simplify the process of copying all project code to the clipboard or saving it to a file. It is particularly useful for sharing code with tools like ChatGPT. The tool supports excluding specific files or folders, custom file types, and automatically excludes common folders such as .venv. While the post did not include any user comments, the project’s functionality and ease of use suggest it could be a valuable tool for developers looking to streamline their workflow.
Links
๐ Website: https://github.com/MartinVeltman/CopyCode
๐ฑ Download: https://pypi.org/project/copycode/
Features & Benefits
โ
Lightweight CLI tool
โ
Supports multiple file types
โ
Excludes common folders automatically
โ
Customizable via .copyconfig file
โ
Can save output to a file