diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-11-09 10:37:06 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-11-09 10:37:06 +0800 |
commit | 33b9c7e993963ca6fcf90d5b4ad451793d71bc96 (patch) | |
tree | 36bf7b2925f1b890e320aa411a57daa9a1090ad5 | |
parent | 09f084261302b153e847f775d353e8521fdfe770 (diff) |
update
-rwxr-xr-x | gist | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -49,14 +49,6 @@ | |||
49 | # Since now a gist is a local cloned repo | 49 | # Since now a gist is a local cloned repo |
50 | # It is your business to do git commit and git push | 50 | # It is your business to do git commit and git push |
51 | 51 | ||
52 | # TODO scripts for shell completion | ||
53 | # FIXME Chinese charactor break tag alignment | ||
54 | # TODO only shows 10 gists by default, 'gist all' to all gists | ||
55 | # FIXME Only print files in git with default action | ||
56 | # TODO change gist from public to private or reverse versa | ||
57 | # TODO feature to exclude tag-value or grep-string | ||
58 | # TODO Save HEADER with wget and httpie | ||
59 | |||
60 | configuredClient="" | 52 | configuredClient="" |
61 | 53 | ||
62 | declare -r NAME=${GISTSCRIPT:-$(basename $0)} #show hint and helper message with current script name | 54 | declare -r NAME=${GISTSCRIPT:-$(basename $0)} #show hint and helper message with current script name |