#cli

bin+lib melt

This is a command-line tool to decompress files of various extensions

7 releases

0.1.6 Jan 14, 2022
0.1.5 Aug 29, 2021
0.1.4 Jul 28, 2021
0.1.3 Nov 19, 2020

#1274 in Command line utilities

Download history 8/week @ 2022-11-27 13/week @ 2022-12-04 11/week @ 2022-12-11 24/week @ 2022-12-18 26/week @ 2022-12-25 27/week @ 2023-01-01 17/week @ 2023-01-08 59/week @ 2023-01-15 29/week @ 2023-01-22 32/week @ 2023-01-29 22/week @ 2023-02-05 62/week @ 2023-02-12 29/week @ 2023-02-19 25/week @ 2023-02-26 17/week @ 2023-03-05 14/week @ 2023-03-12

96 downloads per month
Used in aim

MIT license

8KB
147 lines

Welcome to melt 👋

Version License: MIT Twitter: moisutsu

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

Install

cargo install melt

Usage

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

Author

👤 moisutsu

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 moisutsu.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

Dependencies

~3MB
~59K SLoC