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

https://github.com/geekyharsh05/file-compressor

This is a simple file compressor cli based tool.
https://github.com/geekyharsh05/file-compressor

cli-app filecompression rust rust-cli rust-lang

Last synced: 10 months ago
JSON representation

This is a simple file compressor cli based tool.

Awesome Lists containing this project

README

          

# File Compressor

A Small Project to compress files with Rust.

## Prerequisites

- [flate2](https://crates.io/crates/flate2)

## Installation

1. Clone the repository:

```bash
git clone git@github.com:geekyharsh05/File-Compressor.git
cd File-Compressor
```

2. Install the dependencies:

```bash
cargo build
```

or

```bash
cargo run
```

## Usage

To Compress a file, the command is as follows

```bash
cargo run
```

Example:

```bash
cargo run book.pdf compressed_file
```

## Author

**Author Name**   :   Harsh Vardhan Pandey

**Author URI**       :   [www.aboutharsh.vercel.app](https://aboutharsh.vercel.app/)

**GitHub URI**       :   [geekyharsh05](https://github.com/geekyharsh05)

## License

[![License: MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)