From: Paul Hänsch Date: Tue, 19 Mar 2024 11:14:40 +0000 (+0100) Subject: --link option links to _tag_ search X-Git-Url: https://git.plutz.net/?p=shellwiki;a=commitdiff_plain;h=f71f8fee8e4ef12fb18f8ee1aee60245a77046c5 --link option links to _tag_ search --- diff --git a/macros/taglist b/macros/taglist index 576655b..d959b42 100755 --- a/macros/taglist +++ b/macros/taglist @@ -61,7 +61,7 @@ if [ "$taglist" ]; then | { [ "$cloud" ] && sort -n || sort -k 3; } \ | while read -r junk inc tag; do if [ "$link" ]; then - printf '
  • #%s
  • \n' \ + printf '
  • #%s
  • \n' \ "$inc" "$((9 * inc / max))" "$(URL "$tag")" "$(HTML "$tag")" else printf '
  • #%s
  • \n' \