1 unstable release
0.1.0 | Jul 27, 2021 |
---|
#77 in #join
7KB
152 lines
Dele
Installation
cargo install dele
Usage
Split a file
dele split -f ./path/to/file -p number_of_parts
The "-f" argument represents the path to the file which will be divided into parts. The "-p" argument represents the number of divisions.
For example the following command
dele split -f rust.png -p 7
will divide the file rust.png into 7 different files:
- rust.png0
- rust.png1
- ...
- rust.png6
Join files
dele join -f path/to/first_element
For example:
dele join -f rust.png0
The command expects the first file of a previous partition.
Name
The name comes from the Norwegian term "å dele", which means both to split and to share.
Dependencies
~0.7–1MB