1
1
Fork 0

search: add forums engine

This commit is contained in:
Myned 2025-03-26 20:56:16 -05:00
parent ee128df9b9
commit 6b2fcdd03a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: C7224454F7881A34
2 changed files with 12 additions and 0 deletions
options/custom
menus/walker
programs

View file

@ -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"

View file

@ -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";