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 e46197af12 | 4 years ago | |
---|---|---|
README | 4 years ago | |
client.go | 4 years ago | |
gist.go | 4 years ago | |
go.mod | 4 years ago | |
go.sum | 4 years ago | |
main.go | 4 years ago |
README
# 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.