GithubHelp home page GithubHelp logo

chrispetrou / decompressor Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 858 KB

A unix utility to automatically decompress a wide range of archive formats using only one command.

License: GNU General Public License v3.0

Perl 74.60% Shell 25.40%
decompression utility uncompress linux macos automatic automated

decompressor's Introduction

Decompressor GPLv3 license

Decompressor is a perl script and unix utility that automates the process of decompressing data by invoking the appropriate command. For the time it can automatically decompress the following archive formats:

.z .Z .zip .apk
.xz .bz2 .jar .pkg
.gz .tgz .tar .dmg
.7z .lz .rar .war
.rz .arj .xar .deb

The script has been successfully tested on linux and macOS operating systems.

Installation:

The best way to use this script is to create an alias command. setup.sh script automatically installs the perl-dependencies and creates an alias command uc (or what other name you prefer):

To install the perl-requirements manually:

cpanm --installdeps .

cpanm command allows easy installation of CPAN modules and is part of the App::cpanminus distribution. Of course it's not the only way to install the dependencies.

Requirements

Since the script works by invoking the appropriate, based on the filetype, commands, the following programs/utilities must be installed (most of the them are pre-installed on linux/macOS systems):

  • 7z
  • gzip
  • dpkg
  • xar
  • tar
  • rzip
  • lzip
  • unzip
  • unrar
  • arj (linux) / unarj (macOS)

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

decompressor's People

Contributors

chrispetrou avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.