diff options
author | typebrook <typebrook@gmail.com> | 2020-04-14 10:46:36 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-04-14 10:46:36 +0800 |
commit | ea39f1779891c868eceb8d3c8e3fa310f07f128c (patch) | |
tree | cd03ef2c83a5e862e9d3039e8053a74052c3d493 | |
parent | 5014a06a40087ceb80abe4127d37979c18f97345 (diff) |
Remove outdated TODO items
-rwxr-xr-x | gist | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -50,7 +50,6 @@ | |||
50 | # Since now a gist is a local cloned repo | 50 | # Since now a gist is a local cloned repo |
51 | # It is your business to do git commit and git push | 51 | # It is your business to do git commit and git push |
52 | 52 | ||
53 | # TODO improve the speed of showing list | ||
54 | # TODO feature to exclude tag-value or grep-string | 53 | # TODO feature to exclude tag-value or grep-string |
55 | # TODO codebase statistics, like C++ or something | 54 | # TODO codebase statistics, like C++ or something |
56 | # TODO migrate to gh-page, with install.sh and check_md5 in README | 55 | # TODO migrate to gh-page, with install.sh and check_md5 in README |
@@ -400,7 +399,6 @@ _parse_response() { | |||
400 | 399 | ||
401 | # Get latest list of gists from Github API | 400 | # Get latest list of gists from Github API |
402 | # TODO pagnation for more than 100 gists | 401 | # TODO pagnation for more than 100 gists |
403 | # TODO add files of a gist | ||
404 | _fetch_gists() { | 402 | _fetch_gists() { |
405 | checkInternet || exit 1 | 403 | checkInternet || exit 1 |
406 | echo "fetching $user's gists from $GITHUB_API..." | 404 | echo "fetching $user's gists from $GITHUB_API..." |