vininjr / mvdc

🔧 File decompress manager easy and simpler for the linux. (in progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mvdc

Build Status

mvdc is a file decompress manager easy and simpler for the linux.

Supported Formats

  • tar
  • zip
  • rar
  • gzip
  • bzip2
  • lzma
  • 7z

Build from GitHub

git clone https://github.com/vininjr/mvdc.git
cd mvdc
sudo chmod +x install.sh
sudo ./install.sh

You many need sudo permissions to run install.sh.

Update

sudo chmod +x update.sh
sudo ./update.sh

You many need sudo permissions to run update.sh.

Usage

Single Files

Decompress a single file:

mvdc bar.zip
mvdc bar.tar.gz

Comparison to other Tools

is very simpler than the others.

About

🔧 File decompress manager easy and simpler for the linux. (in progress)

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%