summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/gist4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/gist b/scripts/gist
index e9e5130..4662c99 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -161,8 +161,6 @@ http_method() {
161} 161}
162 162
163# Show the list of gist, but not updated time 163# Show the list of gist, but not updated time
164# TODO a way to show files
165# TODO show git status outdated
166_show_list() { 164_show_list() {
167 if [[ ! -e $INDEX ]]; then 165 if [[ ! -e $INDEX ]]; then
168 echo 'No local file found for last update, please run command:' 166 echo 'No local file found for last update, please run command:'
@@ -225,7 +223,7 @@ _parse_response() {
225 done 223 done
226} 224}
227 225
228# TODO add author, files and date of a gist 226# TODO add files and date of a gist
229# get latest list of gists from Github API 227# get latest list of gists from Github API
230_update() { 228_update() {
231 echo "fetching $user's gists from $GITHUB_API..." 229 echo "fetching $user's gists from $GITHUB_API..."