mvdc is a file decompress manager easy and simpler for the linux.
- tar
- zip
- rar
- gzip
- bzip2
- lzma
- 7z
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
.
sudo chmod +x update.sh
sudo ./update.sh
You many need sudo
permissions to run update.sh
.
Decompress a single file:
mvdc bar.zip
mvdc bar.tar.gz
is very simpler than the others.