Skip to content
/ melt Public

Command-line tool to decompress files of various extensions

License

Notifications You must be signed in to change notification settings

moisutsu/melt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command-line tool to decompress files of various extensions

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages