search: use kagi for reddit
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
c35b0147c3
commit
0fc8faa151
3 changed files with 3 additions and 3 deletions
|
@ -270,7 +270,7 @@ in {
|
||||||
{
|
{
|
||||||
name = "Reddit";
|
name = "Reddit";
|
||||||
shortcut = "r";
|
shortcut = "r";
|
||||||
url = "https://www.google.com/search?q=site%3Areddit.com+{searchTerms}";
|
url = "https://kagi.com/search?q=site%3Areddit.com+{searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
@ -497,7 +497,7 @@ in {
|
||||||
Name = "Reddit";
|
Name = "Reddit";
|
||||||
Alias = "r";
|
Alias = "r";
|
||||||
IconURL = "https://www.redditstatic.com/desktop2x/img/favicon/favicon-96x96.png";
|
IconURL = "https://www.redditstatic.com/desktop2x/img/favicon/favicon-96x96.png";
|
||||||
URLTemplate = "https://www.google.com/search?q=site%3Areddit.com+{searchTerms}";
|
URLTemplate = "https://kagi.com/search?q=site%3Areddit.com+{searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
@ -209,7 +209,7 @@ case "$1" in
|
||||||
'r '*)
|
'r '*)
|
||||||
label="Reddit"
|
label="Reddit"
|
||||||
icon="reddit"
|
icon="reddit"
|
||||||
url="https://www.google.com/search?q=site%3Areddit.com+"
|
url="https://kagi.com/search?q=site%3Areddit.com+"
|
||||||
query="${1:2}"
|
query="${1:2}"
|
||||||
;;
|
;;
|
||||||
's '*)
|
's '*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue