search: add forums engine
This commit is contained in:
parent
ee128df9b9
commit
6b2fcdd03a
2 changed files with 12 additions and 0 deletions
options/custom
|
@ -44,6 +44,12 @@ case "$1" in
|
|||
url="https://github.com/element-hq/element-web/issues?q=is%3Aissue+is%3Aopen+"
|
||||
query="${1:3}"
|
||||
;;
|
||||
'f '*)
|
||||
label="Forums"
|
||||
icon="plasma-search"
|
||||
url="https://kagi.com/search?l=3&q="
|
||||
query="${1:2}"
|
||||
;;
|
||||
'fh '*)
|
||||
label="Flathub"
|
||||
icon="application-vnd.flatpak"
|
||||
|
|
|
@ -112,6 +112,12 @@ in {
|
|||
url = "https://chromewebstore.google.com/search/{searchTerms}";
|
||||
}
|
||||
|
||||
{
|
||||
name = "Forums";
|
||||
shortcut = "f";
|
||||
url = "https://kagi.com/search?l=3&q={searchTerms}";
|
||||
}
|
||||
|
||||
{
|
||||
name = "Flathub";
|
||||
shortcut = "fh";
|
||||
|
|
Loading…
Add table
Reference in a new issue