aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-20 20:11:40 +0800
committertypebrook <typebrook@gmail.com>2020-03-20 20:11:41 +0800
commit91da68abaaabd9d815520f4269ee922043c738ad (patch)
tree980f08e86a4181a06d701b36d77205aea39a263b
parentbeead39ccad50cbaa8f7f82a0d4b8e12329d71ff (diff)
Add todo items
-rwxr-xr-xgist4
1 files changed, 4 insertions, 0 deletions
diff --git a/gist b/gist
index 7c9a030..e0804a9 100755
--- a/gist
+++ b/gist
@@ -39,6 +39,10 @@
39# Since now a gist is a local cloned repo 39# Since now a gist is a local cloned repo
40# It is your business to do git commit and git push 40# It is your business to do git commit and git push
41 41
42# TODO fix pattern of the last tag in description
43# TODO support pipe with tag filter, like 'gist tag <tag1> <tag2> | gist tag <tag3>'
44# TODO support file type from github API, like 'gist code'
45# TODO list dot file in 'gist detail'
42# TODO README/helper message about tag and default action ${SHELL:-bash} 46# TODO README/helper message about tag and default action ${SHELL:-bash}
43# TODO codebase statistics, like C++ or something 47# TODO codebase statistics, like C++ or something
44# TODO migrate to gh-page, with install.sh and check_md5 in README 48# TODO migrate to gh-page, with install.sh and check_md5 in README