extract-cli
v0.0.9
Published
A command line tool for extracting any archive file.
Downloads
3
Readme
extract
A command line tool for extracting any archive file.
Usage
Usage: extract <path/file_name>.<zip|rar|bz2|gz|tar|tbz2|tgz|Z|7z|xz|ex|tar.bz2|tar.gz|tar.xz>
A command line tool for extracting any archive file.
Options:
-h, --help output usage information
-V, --version output the version number
-f, --force allow existing extracted files to be clobbered
Credits
These sources have helped to create this module by sharing their code:
- https://coderwall.com/p/agmblq/bash-function-for-extract-every-archive-with-one-word
Alternatives
These are alternative projects which can yield achieve a similar result:
- https://github.com/xvoland/Extract
License
(The MIT License) Copyright (c) 2015 Gavin Engel <[email protected]>
See: http://opensource.org/licenses/MIT