Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rudrodip/minify

file compressor decompression cli tool
https://github.com/rudrodip/minify

file-compression file-decompression flate2 gzip rust tar zip

Last synced: 21 days ago
JSON representation

file compressor decompression cli tool

Awesome Lists containing this project

README

        

# minify - file compression and decompression cli tool

Usage:

```bash
minify [file]
```

minify auto detects if the file is compressed or not and compresses or decompresses it accordingly.

a little project to learn rust and how to work with files in rust.