Skip to content

philhanna/gists

Repository files navigation

Gists

Go Report Card PkgGoDev

A program to download all the user's gists from Github

Installation

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.

About

Downloads user's Github gists

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages