Crates.io | melt |
lib.rs | melt |
version | 0.1.6 |
source | src |
created_at | 2020-11-13 13:26:49.062125 |
updated_at | 2022-01-14 06:38:08.956824 |
description | This is a command-line tool to decompress files of various extensions |
homepage | |
repository | https://github.com/moisutsu/melt |
max_upload_size | |
id | 311935 |
size | 17,669 |
This is a command-line tool to decompress files of various extensions
The supported extensions are as follows.
Extension | Compression Format | Decompression tool |
---|---|---|
zip | zip | unzip |
gz | gzip | gunzip |
Z | compress | uncompress |
bz2 | bzip2 | bunzip2 |
tar | tar | tar |
tar.gz tgz |
tar + gzip | tar |
tar.Z taz |
tar + compress | tar |
tar.bz2 tbz2 |
tar + bzip2 | tar |
tar.xz | tar + xz | tar |
cargo install melt
It automatically recognizes the file extension and calls the decompression tool internally to decompress the file.
melt sample.zip
melt sample.gz
melt sample.tar.gz
👤 moisutsu
Give a ⭐️ if this project helped you!
Copyright © 2020 moisutsu.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator