Skip to content

Releases: weakish/gister

handle 'Bad credentials' error

31 Jul 17:14
210ce09
Compare
Choose a tag to compare
  • When receiving 'Bad credentials' error message from the API, stop and notify user to re-init.
  • Fix wrong version number reported by gister version.

export gist to another git repo

10 Oct 18:15
v2.4.0
ba6561e
Compare
Choose a tag to compare
v2.4.0

- Add an `export` command to export gist to an existing git repo.
- `sync` can also clone repository with https protocol (controlled by an
environment variable).
- `sync` can auto commit changes if the gist repo is dirty (controlled
by an environment variable).

v2.3.0: - New command `check` to report dirty repositories.

07 Aug 14:17
v2.3.0
1bb165c
Compare
Choose a tag to compare
- `sync` also sync starred gists.
- Use legit to do smart merge if available.
- Less verbose output.
- Fix a bug regarding gist home path expansion.
- Replace Rake with make.

v2.2.0: - sync: skip sync dirty repos, warn instead.

11 Jun 00:52
v2.2.0
6ffeaa4
Compare
Choose a tag to compare
- sync: change UI to report non-modified gist.
- update repo/$gist_id/config for deleted gists
- Fall back to `grep` if codesearch is not available.

v2.1.2

20 Apr 15:12
v2.1.2
d77358a
Compare
Choose a tag to compare
  • sync: Compare update time to skip already up to date repos.
  • Use gsed and gdate on Mac OS X. Fix #14.

2.0.3-alpha: Fix a bug that causes `gister` to fail if no token.

02 Nov 17:10
Compare
Choose a tag to compare
  • redesign UI
  • add init function
  • replace fetch_list() with fetchall(), which fetches all your gists.
  • improve documentation
  • add support for Mac OS X and Cygwin

Thanks to wenLiangcan.