This is a Rust application that compress files and folders.
Install rustup by following the instructions at rustup.rs
Once installed, run cargo install --frozen quick-storer --profile=fast
, and it is available through the command quick-storer
.
Go to the releases page, and download the executable corresponding to your computer. Put the binary somewhere in your $PATH
if you want to use it from the command line and/or on your desktop if you want to use it using the drag-and-drop way.
Drag-and-drop a file or a folder onto the executable. A compressed file is created, which you can decompress by drag-and-dropping onto the executable.
Also works as a CLI app, try with --help
.
Go to the Issues page.
- Make the multi-file support better
- Create tests
This project accepts any types of contributions. See CONTRIBUTING.md for more details
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.