1
1
Fork 0

search: fix kagi url

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-10 12:15:46 -06:00
parent fded58d5aa
commit d8ab5eb3bb
Signed by: Myned
GPG key ID: C7224454F7881A34
3 changed files with 3 additions and 3 deletions

View file

@ -147,7 +147,7 @@ in {
{ {
name = "Kagi"; name = "Kagi";
shortcut = "k"; shortcut = "k";
url = "https://kagi.com?q={searchTerms}"; url = "https://kagi.com/search?q={searchTerms}";
} }
{ {

View file

@ -357,7 +357,7 @@ in {
Name = "Kagi"; Name = "Kagi";
Alias = "k"; Alias = "k";
IconURL = "https://kagi.com/asset/v2/favicon-32x32.png"; IconURL = "https://kagi.com/asset/v2/favicon-32x32.png";
URLTemplate = "https://kagi.com?q={searchTerms}"; URLTemplate = "https://kagi.com/search?q={searchTerms}";
} }
{ {

View file

@ -89,7 +89,7 @@ case "$1" in
'k '*) 'k '*)
label="Kagi" label="Kagi"
icon="kagi" icon="kagi"
url="https://kagi.com?q=" url="https://kagi.com/search?q="
query="${1:2}" query="${1:2}"
;; ;;
'l '*) 'l '*)