diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gist b/scripts/gist index 9a869f9..2369fca 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -63,6 +63,7 @@ _show_list() { | |||
63 | } | 63 | } |
64 | 64 | ||
65 | # get the list of gists | 65 | # get the list of gists |
66 | # TODO show git status outdated/ahead/working | ||
66 | # TODO support secret gist | 67 | # TODO support secret gist |
67 | _update() { | 68 | _update() { |
68 | curl -s -H "$auth_header" $github_api/users/$user/gists |\ | 69 | curl -s -H "$auth_header" $github_api/users/$user/gists |\ |