dele

Crates.iodele
lib.rsdele
version0.1.0
sourcesrc
created_at2021-07-27 18:47:56.797727
updated_at2021-07-27 18:47:56.797727
descriptionApplication to split files and join previously-divided files.
homepagehttps://gitlab.com/jorgarga/dele
repositoryhttps://gitlab.com/jorgarga/dele
max_upload_size
id428060
size12,394
Jorge García (jorgarga)

documentation

README

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.

Commit count: 6

cargo fmt