diff options
Diffstat (limited to 'scripts/gist')
-rwxr-xr-x | scripts/gist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index 0fb162f..2b1bf33 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -63,7 +63,6 @@ _show_list() { | |||
63 | # TODO support secret gist | 63 | # TODO support secret gist |
64 | _update() { | 64 | _update() { |
65 | curl -s -H "$auth_header" $github_api/users/$user/gists |\ | 65 | curl -s -H "$auth_header" $github_api/users/$user/gists |\ |
66 | tee jojo |\ | ||
67 | jq '.[] | "\(.html_url) \([.files[] | .raw_url]) \(.files | keys | length) \(.comments) \(.description)"' |\ | 66 | jq '.[] | "\(.html_url) \([.files[] | .raw_url]) \(.files | keys | length) \(.comments) \(.description)"' |\ |
68 | tac | nl |\ | 67 | tac | nl |\ |
69 | while read line_num link file_url_array file_num comment_num description; do | 68 | while read line_num link file_url_array file_num comment_num description; do |