Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rudrodip/minify
- Owner: rudrodip
- Created: 2024-05-04T13:24:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T14:09:31.000Z (8 months ago)
- Last Synced: 2024-12-01T13:49:52.703Z (22 days ago)
- Topics: file-compression, file-decompression, flate2, gzip, rust, tar, zip
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.