From 48c94d770dbd51500c5a2d1841e536a4d5fbb9d3 Mon Sep 17 00:00:00 2001 From: typebrook Date: Mon, 13 Jan 2020 10:13:32 +0800 Subject: update --- scripts/gist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/gist') diff --git a/scripts/gist b/scripts/gist index 7299d41..3f511e5 100755 --- a/scripts/gist +++ b/scripts/gist @@ -60,6 +60,7 @@ _show_list() { } # get the list of gists +# TODO support secret gist _update() { curl -s -H "$auth_header" $github_api/users/$user/gists |\ tee jojo |\ @@ -126,6 +127,7 @@ _clean_repos() { done } +# TODO star count _show_detail() { GIST_ID=$(_gist_id $1) curl -s -H "$auth_header" $github_api/gists/$GIST_ID |\ -- cgit v1.2.3-70-g09d2