i once again again again ened to sync
This commit is contained in:
parent
9cac325698
commit
6063d2b438
18 changed files with 1264 additions and 1375 deletions
|
|
@ -90,13 +90,24 @@ in
|
|||
Name = "kagi";
|
||||
URLTemplate = "https://kagi.com/search?q={searchTerms}";
|
||||
IconURL = "https://kagi.com/asset/597c5c3/kagi_assets/logos/search.png";
|
||||
Alias = "@k";
|
||||
}
|
||||
{
|
||||
Name = "Wolfram|Alpha";
|
||||
URLTemplate = "https://www.wolframalpha.com/input?i={searchTerms}";
|
||||
IconURL = "https://upload.wikimedia.org/wikipedia/commons/2/20/Mathematica_Logo.svg";
|
||||
Alias = "@w";
|
||||
Name = "Paperless";
|
||||
URLTemplate = "http://marty-server:4050/documents?title_content={searchTerms}&sort=created&reverse=1&page=1";
|
||||
IconURL = "http://marty-server:4050/favicon.ico";
|
||||
Alias = "p";
|
||||
}
|
||||
{
|
||||
Name = "Immich";
|
||||
URLTemplate = "http://marty-server:2283/search?query={\"query\"%3A\"{searchTerms}\"}";
|
||||
IconURL = "http://marty-server:2283/favicon.ico";
|
||||
Alias = "i";
|
||||
}
|
||||
{
|
||||
Name = "NixOS";
|
||||
URLTemplate = "https://search.nixos.org/packages?channel=unstable&query={searchTerms}";
|
||||
IconURL = "https://search.nixos.org/favicon.png";
|
||||
Alias = "n";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue