mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-26 09:58:43 +01:00
Colorize the slackpkg search results.
This commit is contained in:
parent
6f4dac8728
commit
bb31ee5822
1 changed files with 1 additions and 1 deletions
|
@ -1034,7 +1034,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
else
|
||||
printf " %-20s %-24s %-40s \n" "$STATUS" "$REPO" "${RAWNAME}"
|
||||
fi
|
||||
done|sort
|
||||
done|sort|( [[ "$CMD" == "search" ]]&&grep -i --color -e ^ -e "$PATTERN"||cat )
|
||||
} # END function searchlistEX()
|
||||
|
||||
# Show detailed info for slackpkg info
|
||||
|
|
Loading…
Reference in a new issue