diff options
| author | typebrook <typebrook@gmail.com> | 2020-02-05 16:04:58 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-02-05 16:04:58 +0800 |
| commit | 9a96f2ecc00334c66f93cfc3daaad0e369e5a450 (patch) | |
| tree | 94b0830b428bfaf406bbe04a9d6d7e682a7b946e /scripts/gist | |
| parent | 9ac72104cfdeb081a123db1e3ae4b4997ade6760 (diff) | |
update
Diffstat (limited to 'scripts/gist')
| -rwxr-xr-x | scripts/gist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/gist b/scripts/gist index e52d98f..7d0589b 100755 --- a/scripts/gist +++ b/scripts/gist | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | # user, U <user> get gists from a given Github user | 22 | # user, U <user> get gists from a given Github user |
| 23 | # grep, g <pattern> grep gists by a given pattern | 23 | # grep, g <pattern> grep gists by a given pattern |
| 24 | # help, h show this help message | 24 | # help, h show this help message |
| 25 | # | 25 | # |
| 26 | # Example: | 26 | # Example: |
| 27 | # gist (Show your gists) | 27 | # gist (Show your gists) |
| 28 | # gist 3 (show the repo path of your 3rd gist, and do custom actions) | 28 | # gist 3 (show the repo path of your 3rd gist, and do custom actions) |
| @@ -31,7 +31,6 @@ | |||
| 31 | # It is your business to do git commit and git push | 31 | # It is your business to do git commit and git push |
| 32 | 32 | ||
| 33 | # TODO push github.com (may need new token) | 33 | # TODO push github.com (may need new token) |
| 34 | # TODO unit test | ||
| 35 | # TODO test on bats, mac and remote machine | 34 | # TODO test on bats, mac and remote machine |
| 36 | # TODO completion | 35 | # TODO completion |
| 37 | 36 | ||