added github search engine

This commit is contained in:
2024-11-15 20:11:56 -05:00
parent 0d97c77ad9
commit 0874e79ac7
2 changed files with 22 additions and 0 deletions

View File

@@ -61,5 +61,24 @@
];
icon = ./kagi.png;
};
github = {
urls = [
{
template = "https://github.com/search?";
params = [
{
name = "q";
value = "{searchTerms}";
}
{
name = "type";
value = "code";
}
];
}
];
icon = ./github.svg;
definedAliases = [ "@n" ];
};
};
}