An open API service indexing awesome lists of open source software.

https://github.com/tonikelope/megasplit

Just another split wrapper with some sugar
https://github.com/tonikelope/megasplit

bash split

Last synced: about 2 months ago
JSON representation

Just another split wrapper with some sugar

Awesome Lists containing this project

README

        

# megasplit
Just another split command wrapper with some sugar

1. Progressbar

2. Chunks will be named as follows:
- original_name.partn-N
- where **n** is chunk position and **N** is total chunks.

3. In parallel, a sha1 hash of the original file will be created.

4. Optionally, the original file can be deleted after splitting.

tonikelope@cueva: ~ $ megasplit 

__ __ _____ ____ _ ____ ____ _ ___ _____
| \/ | ____/ ___| / \ / ___|| _ \| | |_ _|_ _|
| |\/| | _|| | _ / _ \ \___ \| |_) | | | | | |
| | | | |__| |_| |/ ___ \ ___) | __/| |___ | | | |
|_| |_|_____\____/_/ \_\____/|_| |_____|___| |_|
tonikelope Solutions S. L.

Usage: megasplit.sh -b BYTES [-r] FILE
-r Remove original file after split