Skip to content

AL68-co/quick-storer

Repository files navigation

Quick Storer

Crates.io Crates.io Crates.io CI

This is a Rust application that compress files and folders.

Installation

Cargo (recommanded)

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.

Using prebuilt binaries

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.

Usage

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.

Support

Go to the Issues page.

Roadmap

  • Make the multi-file support better
  • Create tests

Contributing

This project accepts any types of contributions. See CONTRIBUTING.md for more details

License

Licensed under either of

at your option.

Contribution

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.