new github search
This commit is contained in:
parent
5c1cca8a4f
commit
d2fef47cc9
1 changed files with 11 additions and 0 deletions
|
@ -68,6 +68,16 @@
|
||||||
}];
|
}];
|
||||||
definedAliases = [ "@np" ];
|
definedAliases = [ "@np" ];
|
||||||
};
|
};
|
||||||
|
"Github" = {
|
||||||
|
urls = [{
|
||||||
|
template = "https://github.com/search";
|
||||||
|
params = [
|
||||||
|
{ name = "q"; value = "{searchTerms}"; }
|
||||||
|
{ name = "type"; value = "repositories"; }
|
||||||
|
];
|
||||||
|
}];
|
||||||
|
definedAliases = [ "@gh" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
search.force = true;
|
search.force = true;
|
||||||
search.order = [
|
search.order = [
|
||||||
|
@ -77,6 +87,7 @@
|
||||||
"Wikipedia"
|
"Wikipedia"
|
||||||
"YouTube"
|
"YouTube"
|
||||||
"Nix Packages"
|
"Nix Packages"
|
||||||
|
"Github"
|
||||||
];
|
];
|
||||||
|
|
||||||
bookmarks = { };
|
bookmarks = { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue