Skip to content

Without .env pickle files and python focussed only

License

Notifications You must be signed in to change notification settings

mechanicmuthu/codedump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Recursively scan the specified directory
  2. Find all code and configuration files
  3. Output their contents with file information
  4. Automatically copy the output to your clipboard

CodeDump automatically filters out:

  • Binary files
  • Build directories
  • Cache directories
  • Version control directories
  • Log files
  • Temporary files

About

Without .env pickle files and python focussed only

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%