You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
4 years ago
|
# fetch-gists
|
||
|
|
||
|
I needed a tool to fetch all of my gists, so I wrote one.
|
||
|
|
||
|
|
||
|
## usage
|
||
|
|
||
|
To download every one of your gists into a directory whose name is the gist
|
||
|
ID:
|
||
|
|
||
|
fetch-gists -t $your_github_token
|
||
|
|
||
|
That's it. There are no other features.
|