aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-06-29 13:44:37 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-06-29 13:44:37 +0800
commitb5ba8fb25c0c44e650602a0715104ae53c3238c9 (patch)
treee841bb2c7de8155c964c0ab42a8a156d75152b09
parent3ede734129c951d15695fb80f4ad9dc5031ac72d (diff)
Rearrange TODO items
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index 44358dc..6f48073 100755
--- a/gist
+++ b/gist
@@ -48,9 +48,9 @@
48# Since now a gist is a local cloned repo 48# Since now a gist is a local cloned repo
49# It is your business to do git commit and git push 49# It is your business to do git commit and git push
50 50
51# TODO Save HEADER with wget and httpie
52# TODO user friendly config file 51# TODO user friendly config file
53# TODO feature to exclude tag-value or grep-string 52# TODO feature to exclude tag-value or grep-string
53# TODO Save HEADER with wget and httpie
54# TODO codebase statistics, like C++ or something 54# TODO codebase statistics, like C++ or something
55 55
56configuredClient="" 56configuredClient=""