Created
October 2, 2021 21:04
-
-
Save claui/ea4bf0d593a2df9c0e15b0467918645c to your computer and use it in GitHub Desktop.
OpenSearch descriptor for the Arch User Repository (AUR)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> | |
<ShortName>AUR</ShortName> | |
<LongName>Arch User Repository</LongName> | |
<Description/> | |
<InputEncoding>UTF-8</InputEncoding> | |
<Image height="16" width="16" type="image/x-icon">https://www.archlinux.org/static/favicon.29302f683ff8.ico</Image> | |
<Image height="64" width="64" type="image/png">https://www.archlinux.org/static/logos/icon-transparent-64x64.9ed71ce9197d.png</Image> | |
<Url type="text/html" template="https://aur.archlinux.org/packages/"> | |
<Param name="O" value="0"/> | |
<Param name="K" value="{searchTerms}"/> | |
</Url> | |
<!-- | |
Suggestions don’t work as of 2019-05-31; | |
the expected response (["pac", ["pacfoo", "pacbar"]]) | |
does not match the actual response (["pacfoo", "pacbar"]) | |
--> | |
<!-- | |
<Url rel="suggestions" type="application/x-suggestions+json" | |
template="https://aur.archlinux.org/rpc/"> | |
<Param name="v" value="5"/> | |
<Param name="type" value="suggest"/> | |
<Param name="arg" value="{searchTerms}"/> | |
</Url> | |
--> | |
</OpenSearchDescription> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To add this search extension to Firefox:
about:config
.devtools.chrome.enabled
preference totrue
.Caution: that’s not the Developer Tools console. It’s something entirely different.