diff options
| author | typebrook <typebrook@gmail.com> | 2020-01-16 11:20:56 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-01-16 11:20:56 +0800 |
| commit | 51f2b2e3dc21bad9c86be135cc73109bb0c03ffa (patch) | |
| tree | af8913400e622287fcb9c04fd28dcb361f47f210 | |
| parent | b11f8966fafb9a55e950efa736f773f912c2be1f (diff) | |
update
| -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 |\ |