diff options
author | typebrook <typebrook@gmail.com> | 2020-03-16 11:09:47 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-03-16 11:09:47 +0800 |
commit | 4d9493ba5231cea2fc37ba6e17e6473c792a8e7a (patch) | |
tree | ee42e711b2f70d6aa562322390136f43f1dbdad3 | |
parent | 6383b071ca211c9031bc9ba4b28cac3d6b57e0b5 (diff) |
update
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -322,7 +322,7 @@ _parse_response() { | |||
322 | } | 322 | } |
323 | 323 | ||
324 | # TODO pagnation for more than 100 gists | 324 | # TODO pagnation for more than 100 gists |
325 | # TODO add files and date of a gist | 325 | # TODO add files of a gist |
326 | # get latest list of gists from Github API | 326 | # get latest list of gists from Github API |
327 | _fetch_gists() { | 327 | _fetch_gists() { |
328 | echo "fetching $user's gists from $GITHUB_API..." | 328 | echo "fetching $user's gists from $GITHUB_API..." |