search in docker hub
This commit is contained in:
parent
24087c46d6
commit
6eaa25596b
1 changed files with 12 additions and 0 deletions
|
@ -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 = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue