aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gist
diff options
context:
space:
mode:
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 |\