chore: fix search engine ordering
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
685b8e8cdd
commit
5414953f67
1 changed files with 57 additions and 57 deletions
|
@ -275,13 +275,6 @@ in {
|
||||||
URLTemplate = "https://search.brave.com/search?q={searchTerms}";
|
URLTemplate = "https://search.brave.com/search?q={searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
Name = "Docker Hub";
|
|
||||||
Alias = "dh";
|
|
||||||
IconURL = "https://hub.docker.com/favicon.ico";
|
|
||||||
URLTemplate = "https://hub.docker.com/search?q={searchTerms}";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "Duck";
|
Name = "Duck";
|
||||||
Alias = "d";
|
Alias = "d";
|
||||||
|
@ -290,6 +283,13 @@ in {
|
||||||
SuggestURLTemplate = "https://duckduckgo.com/ac/?type=list&q={searchTerms}";
|
SuggestURLTemplate = "https://duckduckgo.com/ac/?type=list&q={searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Name = "Docker Hub";
|
||||||
|
Alias = "dh";
|
||||||
|
IconURL = "https://hub.docker.com/favicon.ico";
|
||||||
|
URLTemplate = "https://hub.docker.com/search?q={searchTerms}";
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "e621";
|
Name = "e621";
|
||||||
Alias = "e";
|
Alias = "e";
|
||||||
|
@ -311,13 +311,6 @@ in {
|
||||||
URLTemplate = "https://flathub.org/apps/search?q={searchTerms}";
|
URLTemplate = "https://flathub.org/apps/search?q={searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
Name = "GitHub";
|
|
||||||
Alias = "gh";
|
|
||||||
IconURL = "https://github.com/favicon.ico";
|
|
||||||
URLTemplate = "https://github.com/search?q={searchTerms}";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "Google";
|
Name = "Google";
|
||||||
Alias = "g";
|
Alias = "g";
|
||||||
|
@ -326,10 +319,10 @@ in {
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "Home Manager Options";
|
Name = "GitHub";
|
||||||
Alias = "ho";
|
Alias = "gh";
|
||||||
IconURL = "https://home-manager-options.extranix.com/images/favicon.png";
|
IconURL = "https://github.com/favicon.ico";
|
||||||
URLTemplate = "https://home-manager-options.extranix.com/?query={searchTerms}&release=master";
|
URLTemplate = "https://github.com/search?q={searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -339,6 +332,13 @@ in {
|
||||||
URLTemplate = "https://github.com/nix-community/home-manager/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
URLTemplate = "https://github.com/nix-community/home-manager/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Name = "Home Manager Options";
|
||||||
|
Alias = "ho";
|
||||||
|
IconURL = "https://home-manager-options.extranix.com/images/favicon.png";
|
||||||
|
URLTemplate = "https://home-manager-options.extranix.com/?query={searchTerms}&release=master";
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "Hyprland Issues";
|
Name = "Hyprland Issues";
|
||||||
Alias = "hyi";
|
Alias = "hyi";
|
||||||
|
@ -346,13 +346,6 @@ in {
|
||||||
URLTemplate = "https://github.com/hyprwm/Hyprland/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
URLTemplate = "https://github.com/hyprwm/Hyprland/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
Name = "Lix Issues";
|
|
||||||
Alias = "li";
|
|
||||||
IconURL = "https://git.lix.systems/assets/img/favicon.png";
|
|
||||||
URLTemplate = "https://git.lix.systems/lix-project/lix/issues?state=open&q={searchTerms}";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "i3 Issues";
|
Name = "i3 Issues";
|
||||||
Alias = "ii";
|
Alias = "ii";
|
||||||
|
@ -367,6 +360,13 @@ in {
|
||||||
URLTemplate = "https://lutris.net/games?q={searchTerms}";
|
URLTemplate = "https://lutris.net/games?q={searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Name = "Lix Issues";
|
||||||
|
Alias = "li";
|
||||||
|
IconURL = "https://git.lix.systems/assets/img/favicon.png";
|
||||||
|
URLTemplate = "https://git.lix.systems/lix-project/lix/issues?state=open&q={searchTerms}";
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "Mozilla Web Docs";
|
Name = "Mozilla Web Docs";
|
||||||
Alias = "mdn";
|
Alias = "mdn";
|
||||||
|
@ -388,19 +388,6 @@ in {
|
||||||
URLTemplate = "https://nix.dev/manual/nix/latest?search={searchTerms}";
|
URLTemplate = "https://nix.dev/manual/nix/latest?search={searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
Name = "Nix Hub";
|
|
||||||
Alias = "nh";
|
|
||||||
IconURL = "https://www.nixhub.io/favicon.ico";
|
|
||||||
URLTemplate = "https://www.nixhub.io/search?q={searchTerms}";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
Name = "Nix PR";
|
|
||||||
Alias = "npr";
|
|
||||||
URLTemplate = "https://nixpk.gs/pr-tracker.html?pr={searchTerms}";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "NixOS Flakes";
|
Name = "NixOS Flakes";
|
||||||
Alias = "nf";
|
Alias = "nf";
|
||||||
|
@ -408,6 +395,13 @@ in {
|
||||||
URLTemplate = "https://search.nixos.org/flakes?channel=unstable&query={searchTerms}";
|
URLTemplate = "https://search.nixos.org/flakes?channel=unstable&query={searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Name = "Nix Hub";
|
||||||
|
Alias = "nh";
|
||||||
|
IconURL = "https://www.nixhub.io/favicon.ico";
|
||||||
|
URLTemplate = "https://www.nixhub.io/search?q={searchTerms}";
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "NixOS Nixpkgs Issues";
|
Name = "NixOS Nixpkgs Issues";
|
||||||
Alias = "ni";
|
Alias = "ni";
|
||||||
|
@ -415,6 +409,12 @@ in {
|
||||||
URLTemplate = "https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
URLTemplate = "https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Name = "Nix PR";
|
||||||
|
Alias = "npr";
|
||||||
|
URLTemplate = "https://nixpk.gs/pr-tracker.html?pr={searchTerms}";
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "NixOS Options";
|
Name = "NixOS Options";
|
||||||
Alias = "no";
|
Alias = "no";
|
||||||
|
@ -422,6 +422,13 @@ in {
|
||||||
URLTemplate = "https://search.nixos.org/options?channel=unstable&query={searchTerms}";
|
URLTemplate = "https://search.nixos.org/options?channel=unstable&query={searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Name = "Noogle Dev";
|
||||||
|
Alias = "nod";
|
||||||
|
IconURL = "https://noogle.dev/favicon.png";
|
||||||
|
URLTemplate = "https://noogle.dev/q?term={searchTerms}";
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "NixOS Packages";
|
Name = "NixOS Packages";
|
||||||
Alias = "np";
|
Alias = "np";
|
||||||
|
@ -437,10 +444,10 @@ in {
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "Noogle Dev";
|
Name = "Piped";
|
||||||
Alias = "nod";
|
Alias = "p";
|
||||||
IconURL = "https://noogle.dev/favicon.png";
|
IconURL = "https://piped.bjork.tech/favicon.ico";
|
||||||
URLTemplate = "https://noogle.dev/q?term={searchTerms}";
|
URLTemplate = "https://piped.bjork.tech/results?search_query={searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -450,13 +457,6 @@ in {
|
||||||
URLTemplate = "https://www.pcgamingwiki.com/w/index.php?search={searchTerms}";
|
URLTemplate = "https://www.pcgamingwiki.com/w/index.php?search={searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
Name = "Piped";
|
|
||||||
Alias = "p";
|
|
||||||
IconURL = "https://piped.bjork.tech/favicon.ico";
|
|
||||||
URLTemplate = "https://piped.bjork.tech/results?search_query={searchTerms}";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "ProtonDB";
|
Name = "ProtonDB";
|
||||||
Alias = "pdb";
|
Alias = "pdb";
|
||||||
|
@ -475,7 +475,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://search.brave.com/search?q=site%3Areddit.com+{searchTerms}";
|
URLTemplate = "https://www.google.com/search?q=site%3Areddit.com+{searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -492,13 +492,6 @@ in {
|
||||||
URLTemplate = "https://github.com/swaywm/sway/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
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";
|
Name = "Wikipedia";
|
||||||
Alias = "w";
|
Alias = "w";
|
||||||
|
@ -513,6 +506,13 @@ in {
|
||||||
URLTemplate = "https://www.wolframalpha.com/input?i={searchTerms}";
|
URLTemplate = "https://www.wolframalpha.com/input?i={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 = "YouTube";
|
Name = "YouTube";
|
||||||
Alias = "y";
|
Alias = "y";
|
||||||
|
|
Loading…
Add table
Reference in a new issue