search: add walker issues engine
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
173769c3c3
commit
f0d755d53f
2 changed files with 13 additions and 0 deletions
|
@ -492,6 +492,13 @@ in {
|
|||
URLTemplate = "https://github.com/swaywm/sway/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
||||
}
|
||||
|
||||
{
|
||||
Name = "Walker Issues";
|
||||
Alias = "wi";
|
||||
IconURL = "https://github.com/favicon.ico";
|
||||
URLTemplate = "https://github.com/abenz1267/walker/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
||||
}
|
||||
|
||||
{
|
||||
Name = "Wikipedia";
|
||||
Alias = "w";
|
||||
|
|
|
@ -218,6 +218,12 @@ case "$1" in
|
|||
url="https://www.wolframalpha.com/input?i="
|
||||
query="${1:3}"
|
||||
;;
|
||||
'wi '*)
|
||||
label="Walker Issues"
|
||||
icon="com.github.zren.bugzilla"
|
||||
url="https://github.com/abenz1267/walker/issues?q=is%3Aissue+is%3Aopen+"
|
||||
query="${1:3}"
|
||||
;;
|
||||
'y '*)
|
||||
label="YouTube"
|
||||
icon="youtube"
|
||||
|
|
Loading…
Reference in a new issue