aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gist7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/gist b/scripts/gist
index 5b61368..b797646 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -51,11 +51,12 @@
51# * show this help message 51# * show this help message
52# gist (help | h) 52# gist (help | h)
53 53
54# TODO error handling, unit test
55# TODO parallel branch works with wget and other stuff 54# TODO parallel branch works with wget and other stuff
56# TODO completion
57# TODO grep mode for description, file content
58# TODO unify indent 55# TODO unify indent
56# TODO grep mode for description, file content
57# TODO description for current directory
58# TODO error handling, unit test
59# TODO completion
59 60
60# Validate configuration 61# Validate configuration
61set -eo pipefail 62set -eo pipefail