diff options
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -292,7 +292,7 @@ _show_list() { | |||
292 | local repo; repo=$folder/${url##*/} | 292 | local repo; repo=$folder/${url##*/} |
293 | local extra; extra=$(_check_repo_status "$repo" "$blob_code") | 293 | local extra; extra=$(_check_repo_status "$repo" "$blob_code") |
294 | [[ -z $extra ]] && extra="$file_num $comment_num" | 294 | [[ -z $extra ]] && extra="$file_num $comment_num" |
295 | [[ $index =~ ^s ]] && extra=$(printf "%-12s" $author)${extra} | 295 | [[ $index =~ ^s ]] && extra=$(printf "%-10s " $author)${extra} |
296 | local hashtags=$(_hashtags "$description") | 296 | local hashtags=$(_hashtags "$description") |
297 | local description=$(sed -E -e 's/^\[(.+)\]/\\e[33m[\1]\\e[0m/' <<<"$description" | sed "s/ $hashtags$//") | 297 | local description=$(sed -E -e 's/^\[(.+)\]/\\e[33m[\1]\\e[0m/' <<<"$description" | sed "s/ $hashtags$//") |
298 | [[ $tag == 'true' ]] && url="$hashtags" && local width=45 && align=' ' | 298 | [[ $tag == 'true' ]] && url="$hashtags" && local width=45 && align=' ' |