diff options
| -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..." |