diff options
author | typebrook <typebrook@gmail.com> | 2020-01-13 00:43:38 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-01-13 00:43:38 +0800 |
commit | ebf3cb0a8fd0c25be49c4e1bf65573bb3ee74446 (patch) | |
tree | 7af0be8039aed3b6aabf3f28616aa5504059a896 /scripts | |
parent | 0b53806a2c0b398f2c7c631220f51d5615429ecd (diff) |
update
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index 1e83612..e3fedad 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -39,6 +39,7 @@ | |||
39 | # gist [clean | C] | 39 | # gist [clean | C] |
40 | 40 | ||
41 | # define your environmemnts here | 41 | # define your environmemnts here |
42 | # TODO support auth prompt | ||
42 | #------------------- | 43 | #------------------- |
43 | github_api_token=$(cat $SETTING_DIR/tokens/github) | 44 | github_api_token=$(cat $SETTING_DIR/tokens/github) |
44 | user=typebrook | 45 | user=typebrook |
@@ -133,7 +134,6 @@ _show_detail() { | |||
133 | } | 134 | } |
134 | 135 | ||
135 | # create a new gist with files | 136 | # create a new gist with files |
136 | # TODO support folder of files | ||
137 | _create_gist() { | 137 | _create_gist() { |
138 | echo -n 'description: ' | 138 | echo -n 'description: ' |
139 | read DESC | 139 | read DESC |