diff options
Diffstat (limited to 'scripts/gist')
-rwxr-xr-x | scripts/gist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index ff71cd4..20748fd 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -5,7 +5,7 @@ | |||
5 | # https://gist.github.com/typebrook/b0d2e7e67aa50298fdf8111ae7466b56 | 5 | # https://gist.github.com/typebrook/b0d2e7e67aa50298fdf8111ae7466b56 |
6 | # | 6 | # |
7 | # gist | 7 | # gist |
8 | # Description: Host your gists as local cloned git repo | 8 | # Description: Manage your gists with git and Github API v3 |
9 | # Usage: gist [command] [<args>] | 9 | # Usage: gist [command] [<args>] |
10 | # | 10 | # |
11 | # [star | s] list your gists with format below, star for your starred gists: | 11 | # [star | s] list your gists with format below, star for your starred gists: |
@@ -235,6 +235,7 @@ _parse_response() { | |||
235 | done | 235 | done |
236 | } | 236 | } |
237 | 237 | ||
238 | # TODO pagnation for more than 30 gists | ||
238 | # TODO add files and date of a gist | 239 | # TODO add files and date of a gist |
239 | # get latest list of gists from Github API | 240 | # get latest list of gists from Github API |
240 | _update() { | 241 | _update() { |