stefanbirkner / gist-backup

Commandline tool for managing a backup of your Gists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gist Backup

Gist Backup is a command-line tool for managing backups of your Gists.

Gist Backupe is published under the MIT license. It requires Go version 1.8 or later.

Installation

go get -u github.com/stefanbirkner/gist-backup
go install github.com/stefanbirkner/gist-backup

Usage

Provide your GitHub API token

export GITHUB_TOKEN=<token>

You can get your gist token here https://github.com/settings/tokens/new, remember to select gist scope.

Backup all your Gists including the Gists you are starring

$GOPATH/bin/gist-backup

The backup of each Gist is stored in a folder with the Gist's name.

Contributing

You have three options if you have a feature request, found a bug or simply have a question about Gist Backup.

Development Guide

If you want to contribute code then Fork the repo and create a pull request. (See Understanding the GitHub Flow)

About

Commandline tool for managing a backup of your Gists

License:MIT License


Languages

Language:Go 100.0%