ext-util

Extract things without having to worry about parameters.


Keywords
extract, archives, archive, utility
License
MIT
Install
pip install ext-util==1.0

Documentation

ext

PyPi License

Extract archives without having to worry about different tar parameters, or whether you should use a subdirectory or not.

ext extracts files to your CWD if there's only one directory or file in there, and to a subfolder if there's more.

Setup

$ pip install ext-util

Usage

$ ext [pathtoarchive]

Supports rars, zips and tarballs.