Skip to content

usamakh20/fileSplitMerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Splitter And Merger

This project aims to automatically split and merge large files in a project, so they can be easily shared on GitHub. This project is built using filesplit: https://github.com/ram-jayapalan/filesplit

usage: main.py [-h] [--split] [--merge] [--list] [--size SIZE]

optional arguments:
      -h, --help                 show this help message and exit
      --split                       split all files within this directory greater than specified size
      --merge                   merge all files within this directory previously split by this program
      --list                         list all files that will be split given the specified size
      --size SIZE              file size limit in bytes for splitting. Defaults to 100000000

To exclude files add the paths one per line in "excluded_files".

About

python program to automatically split large files for GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages