diff options
author | typebrook <typebrook@gmail.com> | 2019-12-26 15:01:48 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-12-26 15:01:48 +0800 |
commit | 999e7de7977b7eb5f7e37500eb1ea67992065aec (patch) | |
tree | 88fe4a819175ede8a8b31124a7732a72664400b0 /scripts | |
parent | c64253702cf8917b38b3b23c16c4d21a788c6dd9 (diff) |
update
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index c449e7d..40c062f 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -6,7 +6,9 @@ | |||
6 | # | 6 | # |
7 | # | 7 | # |
8 | # This script host your gists as local Github repo | 8 | # This script host your gists as local Github repo |
9 | # Use the following commands to manage your gists | 9 | # It works with jq and curl, which are easy to get in most cases |
10 | # | ||
11 | # Use the following commands to manage your gists: | ||
10 | # | 12 | # |
11 | # * update your gists list with Github API | 13 | # * update your gists list with Github API |
12 | # gist [update | u] | 14 | # gist [update | u] |