aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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