aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-04-14 10:46:36 +0800
committertypebrook <typebrook@gmail.com>2020-04-14 10:46:36 +0800
commitea39f1779891c868eceb8d3c8e3fa310f07f128c (patch)
treecd03ef2c83a5e862e9d3039e8053a74052c3d493
parent5014a06a40087ceb80abe4127d37979c18f97345 (diff)
Remove outdated TODO items
-rwxr-xr-xgist2
1 files changed, 0 insertions, 2 deletions
diff --git a/gist b/gist
index 6f0530a..c7bfb93 100755
--- a/gist
+++ b/gist
@@ -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..."