diff options
author | typebrook <typebrook@gmail.com> | 2020-01-31 10:02:30 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-01-31 10:02:30 +0800 |
commit | 8e3fe5d460304a302d9e52b85f83120342f83fd9 (patch) | |
tree | 7e0313a7a62d12a1d432fca07715a05f6dfd68c8 /scripts/gist | |
parent | 43c487dc1e36f2b8a28c7664fd7855691ec8260c (diff) |
update
Diffstat (limited to 'scripts/gist')
-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 |