summaryrefslogtreecommitdiffhomepage
path: root/scripts/gist
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-01-16 11:20:56 +0800
committertypebrook <typebrook@gmail.com>2020-01-16 11:20:56 +0800
commit51f2b2e3dc21bad9c86be135cc73109bb0c03ffa (patch)
treeaf8913400e622287fcb9c04fd28dcb361f47f210 /scripts/gist
parentb11f8966fafb9a55e950efa736f773f912c2be1f (diff)
update
Diffstat (limited to 'scripts/gist')
-rwxr-xr-xscripts/gist1
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 |\