search in docker hub

This commit is contained in:
Adithya 2024-03-10 10:29:43 +05:30
parent 24087c46d6
commit 6eaa25596b
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -141,6 +141,18 @@ _: {
iconUpdateURL = "https://github.com/favicon.ico";
definedAliases = [ "@gh" ];
};
"Docker Hub" = {
urls = [
{
template = "https://hub.docker.com/search";
params = [
{ name = "q"; value = "{searchTerms}"; }
];
}
];
iconUpdateURL = "https://hub.docker.com/favicon.ico";
definedAliases = [ "@docker" ];
};
"YouTube" = {
urls = [
{