diff options
| author | typebrook <typebrook@gmail.com> | 2020-01-13 12:50:14 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-01-13 12:50:14 +0800 |
| commit | 5577f7d04e31ac742d392d2eb7d52d957acc0500 (patch) | |
| tree | abf548eec36fd7f1d8ae9642398fb5f11c76ba8c /scripts/gist | |
| parent | 01265ccc9b5a7e45ae17f67fb50b0c261364141e (diff) | |
update
Diffstat (limited to 'scripts/gist')
| -rwxr-xr-x | scripts/gist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/gist b/scripts/gist index 2b1bf33..3d4a2f7 100755 --- a/scripts/gist +++ b/scripts/gist | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
| 2 | # | 2 | # |
| 3 | # Author: Hsieh Chin Fan | 3 | # Author: Hsieh Chin Fan (typebrook) |
| 4 | # License: MIT | 4 | # License: MIT |
| 5 | # https://gist.github.com/typebrook/b0d2e7e67aa50298fdf8111ae7466b56 | 5 | # https://gist.github.com/typebrook/b0d2e7e67aa50298fdf8111ae7466b56 |
| 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 | # It works with jq and curl, which are easy to get in most cases | 9 | # It works under GNU with jq and curl, which are easy to get in most cases |
| 10 | # | 10 | # |
| 11 | # Use the following commands to manage your gists: | 11 | # Use the following commands to manage your gists: |
| 12 | # | 12 | # |
| @@ -38,6 +38,9 @@ | |||
| 38 | # * clean removed gists in local | 38 | # * clean removed gists in local |
| 39 | # gist [clean | C] | 39 | # gist [clean | C] |
| 40 | 40 | ||
| 41 | # * show this help message | ||
| 42 | # gist [help | h] | ||
| 43 | |||
| 41 | # define your environmemnts here | 44 | # define your environmemnts here |
| 42 | # TODO support auth prompt | 45 | # TODO support auth prompt |
| 43 | #------------------- | 46 | #------------------- |