mirror of
https://github.com/kennethreitz-archive/unzipit.git
synced 2026-06-05 23:40:16 +00:00
initial readme
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
Unzipper
|
||||
--------
|
||||
|
||||
Warning: Documentation-driven development. Not yet released.
|
||||
|
||||
Unzipper will look at the type of file you're trying to unzip and pass the correct args to `tar` and (maybe) others for you. I can simply never remember them when I need.
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Strait forward, really. ::
|
||||
|
||||
$ unzipper <filename>
|
||||
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
::
|
||||
|
||||
$ pip install unzipper
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user