aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-07-03 13:23:37 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-07-03 13:34:00 +0800
commitbfa6223d0da884122ad89508134f3a32ab09d334 (patch)
treeb8c37b34461b42506d1d91381f9ad21dac4ef740
parente9ad59e6e64921690c767b6d82c97d0b037b5f2b (diff)
Modify TODO items
-rwxr-xr-xgist4
1 files changed, 1 insertions, 3 deletions
diff --git a/gist b/gist
index 84332f2..0cfca1e 100755
--- a/gist
+++ b/gist
@@ -50,11 +50,10 @@
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 Add bat tests 52# TODO Add bat tests
53# TODO IF in pipe, do not apply configure 53# TODO Add mark when user is in repo
54# TODO change gist from public to private or reverse versa 54# TODO change gist from public to private or reverse versa
55# TODO feature to exclude tag-value or grep-string 55# TODO feature to exclude tag-value or grep-string
56# TODO Save HEADER with wget and httpie 56# TODO Save HEADER with wget and httpie
57# TODO codebase statistics, like C++ or something
58 57
59configuredClient="" 58configuredClient=""
60 59
@@ -342,7 +341,6 @@ _print_records() {
342 cat 341 cat
343 fi 342 fi
344 343
345
346 [[ -z $INPUT ]] && _show_hint || true 344 [[ -z $INPUT ]] && _show_hint || true
347} 345}
348 346