gist-sync

sync gists with cli


Keywords
cli, gist, python
License
MIT
Install
pip install gist-sync==0.3.0

Documentation

gist-sync-python

Build Status

Just sync gists with cli!

HOW-TO-WORK

  1. Create a token from Github.
  2. When you call init command, gist-sync will make dirs for each gist.
  3. Edit gists as you need.
  4. Call sync command, all changed will update to the cloud.

You can change the dir name, but DO NOT edit .gist.json which in dir.

HOW-TO-USE

Usage:
    gistsync setup token <token>
    gistsync init-all [--token=<token>]
    gistsync init <gist-id> [--token=<token>]
    gistsync sync [--token=<token>]
    gistsync push [--token=<token>]
    gistsync pull [--token=<token>]
    gistsync check [--token=<token>]

init gist, edit it, and sync!

You can register token to avoid input it again over again.

INSTALL

from pypi.

pip install gistsync

😀