aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-11-09 10:37:06 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-11-09 10:37:06 +0800
commit33b9c7e993963ca6fcf90d5b4ad451793d71bc96 (patch)
tree36bf7b2925f1b890e320aa411a57daa9a1090ad5
parent09f084261302b153e847f775d353e8521fdfe770 (diff)
update
-rwxr-xr-xgist8
1 files changed, 0 insertions, 8 deletions
diff --git a/gist b/gist
index d95561f..4f3f42f 100755
--- a/gist
+++ b/gist
@@ -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
60configuredClient="" 52configuredClient=""
61 53
62declare -r NAME=${GISTSCRIPT:-$(basename $0)} #show hint and helper message with current script name 54declare -r NAME=${GISTSCRIPT:-$(basename $0)} #show hint and helper message with current script name