Metadata-Version: 2.1
Name: gistsync
Version: 0.4.1
Summary: UNKNOWN
Home-page: https://github.com/Cologler/gist-sync-python
Author: Cologler
Author-email: skyoflw@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: anyioc
Requires-Dist: click-anno
Requires-Dist: colorama
Requires-Dist: fsoopify
Requires-Dist: pygithub
Requires-Dist: requests

# gist-sync-python

Just sync gists with cli!

## HOW-TO-WORK

1. Create a token from Github.
1. When you call `init` command, `gist-sync` will make dirs for each gist.
1. Edit gists as you need.
1. 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

``` txt
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.

``` py
pip install gistsync
```

😀


