downloads all of your gists
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.
Jordan Orelli 3ec3a5ac20 right right 3 years ago
README.md right right 3 years ago
client.go might as well save this 3 years ago
gist.go might as well save this 3 years ago
go.mod might as well save this 3 years ago
go.sum might as well save this 3 years ago
main.go might as well save this 3 years ago

README.md

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.