diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gist | 7 |
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 |
61 | set -eo pipefail | 62 | set -eo pipefail |