File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
gister changes
2
2
==============
3
3
4
- v2.1.2 (future )
4
+ v2.1.2 (2016-04-20 )
5
5
----------------
6
6
7
7
- sync: Compare update time to skip already up to date repos.
8
8
- Use ` gsed ` and ` gdate ` on Mac OS X. Fix #14 .
9
9
10
- v2.1.1 (2013-11-9 )
10
+ v2.1.1 (2013-11-09 )
11
11
------------------
12
12
13
13
- mark deleted gists
14
14
- add rakefile
15
15
- fix a typo in manual
16
16
17
17
18
- v2.1.0 (2013-11-4 )
18
+ v2.1.0 (2013-11-04 )
19
19
------------------
20
20
21
21
- seperate ` fetchlist() ` from ` fetchall() `
@@ -26,12 +26,12 @@ v2.1.0 (2013-11-4)
26
26
- add manual
27
27
- add tests
28
28
29
- v2.0.3-alpha (2013-11-3 )
29
+ v2.0.3-alpha (2013-11-03 )
30
30
------------------------
31
31
32
32
Fix a bug that causes ` gister ` to fail if ` gist.home ` unset. Thanks to wenLiangcan.
33
33
34
- v2.0.2 (2013-11-1 )
34
+ v2.0.2 (2013-11-01 )
35
35
------------------
36
36
37
37
Yet another hotfix version.
@@ -70,7 +70,7 @@ v0.3.0 (2012-05-04)
70
70
71
71
- Change backend back to gist.rb, since pygist stops to work due to api change.
72
72
73
- - ` fetch_list() ` fetches public gists only.
73
+ - ` fetch_list() ` fetches public gists only.
74
74
(I myself only creates public gists. So I'm too lazy to deal with
75
75
new oauth api. Patches are welcomed.)
76
76
Original file line number Diff line number Diff line change 1
- %GISTER(1) gister 2.0 .2 | Gister Manual
1
+ %GISTER(1) gister 2.1 .2 | Gister Manual
2
2
3
3
NAME
4
4
-----
@@ -28,7 +28,7 @@ After publishing files to gist.github.com, this tool will:
28
28
29
29
- automatically clone the gist repository to local
30
30
- index the content of your gist for code search
31
- - fetch meta info (e.g. description, url) of the gist from GitHub and add them to ` gists.list `
31
+ - fetch meta info (e.g. description, url) of the gist from GitHub and add them to ` gists.list ` .
32
32
33
33
You can also use ` gisetr ` to sync your gists between gist.github.com and your machine.
34
34
@@ -96,7 +96,7 @@ STORAGE
96
96
97
97
98
98
/path/to/your/gists
99
- |-- gists.list # a list of all your gists (including meta info)
99
+ |-- gists.list # a list of all your gists (including meta info)
100
100
|-- repo # git repositories of your gists
101
101
|-- tree # working directory of your gist repositories
102
102
|-- 123456 # an example of gist
You can’t perform that action at this time.
0 commit comments