2017 © Pedro Peláez
 

library distill-cli

Command line tool to extract files from compressed archives

image

raulfraile/distill-cli

Command line tool to extract files from compressed archives

  • Sunday, December 14, 2014
  • by raulfraile
  • Repository
  • 1 Watchers
  • 5 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

distill-cli: Command line tool to extract files from compressed archives

Build Status Latest Stable Version Total Downloads Latest Unstable Version, (*1)

distill-cli is a command line tool to extract files from compressed archives. It relies on the raulfraile/distill library to extract files from bz2, gz, phar, rar, tar, tar.bz2, tar.gz, tar.xz, 7z, xz and zip archives., (*2)

Installation

Locally

Download the distill-cli.phar file and store it somewhere on your computer., (*3)

Globally (manual)

You can run these commands to easily access distill-cli from anywhere on your system:, (*4)

$ sudo wget https://raw.githubusercontent.com/raulfraile/distill-cli/master/bin/distill-cli.phar -O /usr/local/bin/distill-cli

or with curl:, (*5)

$ sudo curl https://raw.githubusercontent.com/raulfraile/distill-cli/master/bin/distill-cli.phar -o /usr/local/bin/distill-cli

then:, (*6)

$ sudo chmod a+x /usr/local/bin/distill-cli

Then, just run distill-cli., (*7)

Globally (Composer)

To install distill-cli, install Composer and issue the following command:, (*8)

$ ./composer.phar global require raulfraile/distill-cli @stable

Then, make sure you have ~/.composer/vendor/bin in your PATH, and you're good to go:, (*9)

export PATH="$PATH:$HOME/.composer/vendor/bin", (*10)

Usage

$ distill-cli command file [target]

Example:, (*11)

$ distill-cli extract archive.tar.gz path/

Credits

License

distill-cli is released under the MIT License. See the bundled LICENSE file for details., (*12)

The Versions

14/12 2014

dev-master

9999999-dev

Command line tool to extract files from compressed archives

  Sources   Download

MIT

The Requires

 

The Development Requires

phar extractor zip compression bzip rar gzip tar.gz xz tar.xz bzip2 7zip

01/09 2014

v0.1

0.1.0.0

Command line tool to extract files from compressed archives

  Sources   Download

MIT

The Requires

 

The Development Requires

phar extractor zip compression bzip rar gzip tar.gz xz tar.xz bzip2 7zip