mirror of
https://github.com/kennethreitz-archive/dirsnap.git
synced 2026-06-20 15:31:00 +00:00
29 lines
503 B
ReStructuredText
29 lines
503 B
ReStructuredText
Dirsnap: Snapshot of a directory.
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Use case: I want to easily upload a given directory from a Heroku dyno for
|
|
inspection/vendoring.
|
|
|
|
Usage
|
|
-----
|
|
|
|
Simple::
|
|
|
|
$ dirsnap /app/
|
|
Creating snapshot...
|
|
Uploading snapshot...
|
|
Done!
|
|
http://cl.ly/0a191R3K160t1w1P0N25/snapshot-app.tar.gz
|
|
|
|
Install
|
|
-------
|
|
|
|
::
|
|
|
|
$ pip install dirsnap
|
|
|
|
|
|
Warning
|
|
-------
|
|
|
|
Be careful! This uploads the given directory to GitHub's gist, anomonously. You won't be able to delete it. |