Skip to content

ReclipseTheOne/Filedump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileDump - An utility to extract all the files from a specified directory

Currently the project also comes with a .bat wrapper for CLI usage! Run add-to-path.bat as administrator to add the current directory to PATH and use filedump anywhere directly in CLI!

Usage:

python filedump.py source_directory [destination_directory] [--filter PATTERN]
python filedump.py svd                  # List all saved projects
python filedump.py svd NAME             # Run a saved project
python filedump.py svd save NAME        # Save current args as a project
python filedump.py svd create           # Create a project step by step
python filedump.py svd edit NAME        # Edit a saved project
python filedump.py svd delete NAME      # Delete a saved project

Arguments:

source_directory     - The directory to extract files from (required)
destination_directory - Where to save the extracted files (optional, defaults to current directory)
--filter PATTERN     - Only include files matching this pattern (optional, supports glob patterns)
--flat               - Don't preserve directory structure, copy all files to the destination root

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published