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 | 4 years ago | |
---|---|---|
README.md | 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.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.