NOTE: If you like this idea, you really should try the unp.

(Experimental) Pytar

Cause I’ll never remember a valid tar command.

https://badge.fury.io/py/pytar.png https://travis-ci.org/douglasmiranda/pytar.png?branch=master https://coveralls.io/repos/douglasmiranda/pytar/badge.png?branch=master https://pypip.in/d/pytar/badge.png

Boom!

http://imgs.xkcd.com/comics/tar.png

I don’t know if its a good or bad idea, but I’m doing anyway.

Features

Well, for now:

  • Extracting tar files without having to remember those commands.

    # pytar $ACTION $TARGET
    $ pytar extract my-tar-file.tar
    

Install

  • Using PIP.

    $ pip install pytar --pre
    

See –pre flag on PIP documentation.