A program to download all the user's gists from Github
Download the Git repository and install the executables
git clone git@github.com:/philhanna/gists
cd gists
go install cmd/download/gists_download.go
go install cmd/fs/gists_to_files.go
Create the configuration file:
- On Linux/MacOS:
$HOME/.config/gists/config.yaml
- On Windows:
%APPDATA%\gists\config.yaml
with these parameters:
username: <your userID>
token: <a github token for this user>
See the Github documentation for details about how to create a Github access token.