new github search

This commit is contained in:
twoneis 2024-04-13 15:01:41 +02:00
parent 5c1cca8a4f
commit d2fef47cc9

View file

@ -68,6 +68,16 @@
}];
definedAliases = [ "@np" ];
};
"Github" = {
urls = [{
template = "https://github.com/search";
params = [
{ name = "q"; value = "{searchTerms}"; }
{ name = "type"; value = "repositories"; }
];
}];
definedAliases = [ "@gh" ];
};
};
search.force = true;
search.order = [
@ -77,6 +87,7 @@
"Wikipedia"
"YouTube"
"Nix Packages"
"Github"
];
bookmarks = { };