Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alad Wenter
aurutils
Commits
78570d4f
Commit
78570d4f
authored
May 24, 2022
by
Alad Wenter
Browse files
search: print package name once with NO_COLOR
parent
7aa656e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/aur-search
View file @
78570d4f
...
...
@@ -13,14 +13,13 @@ query_args=()
hyperlink
()
{
local
uri
=
$1
mesg
=
$2
local
OSC8
=
"
\e
]8"
ST
=
"
\e\\
"
if
[[
!
-v
ALL_OFF
]]
;
then
printf
"%s"
"
$mesg
"
else
printf
"
$OSC8
;;%s
$ST
%s
$OSC8
;;
$ST
"
"
$uri
"
"
$mesg
"
fi
OSC8
=
"
\e
]8"
ST
=
"
\e\\
"
printf
"
$OSC8
;;%s
$ST
%s
$OSC8
;;
$ST
"
"
$uri
"
"
$mesg
"
}
tabulate
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment