CodeDump
CodeDump is a simple Python tool that concatenates and dumps code from a directory, including file information such as size and last modified time.
Installation
To install CodeDump, run:
pip install codedump
Or clone this repository and run:
pip install .
Usage
CodeDump can be used from the command line:
# Dump all code files from current directory
codedump
# Dump all code files from a specific directory
codedump /path/to/directory
# Only list file paths without content
codedump -l
codedump --list-only
The tool will:
- Recursively scan the specified directory
- Find all code and configuration files
- Output their contents with file information
- Automatically copy the output to your clipboard
CodeDump automatically filters out:
- Binary files
- Build directories
- Cache directories
- Version control directories
- Log files
- Temporary files
Release files for codedump 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| codedump-1.0.0.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| codedump-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.9 kB
Release files / codedump-1.0.0.tar.gz
| Download URL | codedump-1.0.0.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e8b247163d7313b0788b44ca1240901e4ced985b09bd8af315ac22bbabba9778
|
|
BLAKE2b-256 checksum How to use checksums |
22c60a50161b3680fd5995f53fd3db19ee12085adf0f18d0a87a60f320da68ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.6
|
Release files / codedump-1.0.0-py3-none-any.whl
| Download URL | codedump-1.0.0-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d3cddfbd2dec4e08aa48f48a3ab68b78cf6ed8ddd66459e41542a79660dfe372
|
|
BLAKE2b-256 checksum How to use checksums |
3d4196a1db494f82067d4a5111b1a55be5fbe2232c0fb4da62cf46258389a0cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.6
|