diff options
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 |