aapis / evertils

Generate Evernote notes from YML files
1 stars 0 forks source link

Integrate with defunkt/gist for config portability #65

Closed aapis closed 4 years ago

aapis commented 4 years ago

https://github.com/defunkt/gist

Something like

$ evertils config pull
$ evertils config push
# .evertils/config.yml
# ...
gist_token: 0011161a57a398c44b7a27d6f113985e
# ...

Pushing creates/updates the gist token you defined in config.yml. Pull overwrites ~/.evertils with it's contents.

aapis commented 4 years ago

Resolved by #67