Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douglas-archives/pytar
(Experimental) Pytar - Cause I'll never remember a valid tar command.
https://github.com/douglas-archives/pytar
Last synced: 13 days ago
JSON representation
(Experimental) Pytar - Cause I'll never remember a valid tar command.
- Host: GitHub
- URL: https://github.com/douglas-archives/pytar
- Owner: douglas-archives
- License: other
- Created: 2013-09-29T06:28:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-10T06:43:54.000Z (about 10 years ago)
- Last Synced: 2024-08-01T22:57:08.692Z (3 months ago)
- Language: Python
- Homepage: https://github.com/douglasmiranda/pytar
- Size: 320 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
NOTE: If you like this idea, you really should try the `unp `_.
====================
(Experimental) Pytar
====================
Cause I'll never remember a valid tar command... image:: https://badge.fury.io/py/pytar.png
:target: http://badge.fury.io/py/pytar
.. image:: https://travis-ci.org/douglasmiranda/pytar.png?branch=master
:target: https://travis-ci.org/douglasmiranda/pytar.. image:: https://coveralls.io/repos/douglasmiranda/pytar/badge.png?branch=master
:target: https://coveralls.io/r/douglasmiranda/pytar?branch=master.. image:: https://pypip.in/d/pytar/badge.png
:target: https://crate.io/packages/pytar?version=latestBoom!
.. image:: http://imgs.xkcd.com/comics/tar.png
:target: http://xkcd.com/1168/I don't know if its a good or bad idea, but I'm doing anyway.
* Free software: BSD license
* Documentation: http://pytar.rtfd.org.Features
--------Well, for now:
* Extracting tar files without having to remember those commands.
.. code-block:: bash
# pytar $ACTION $TARGET
$ pytar extract my-tar-file.tarInstall
--------* Using PIP.
.. code-block:: bash
$ pip install pytar --pre
See `--pre flag `_ on PIP documentation.