mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/firefox: simplify searchengine Alias
This commit is contained in:
parent
2d2cd5f270
commit
422cbc1687
1 changed files with 4 additions and 4 deletions
|
|
@ -15,28 +15,28 @@ in {
|
||||||
# Forges
|
# Forges
|
||||||
{
|
{
|
||||||
Name = "GitHub";
|
Name = "GitHub";
|
||||||
Alias = "@ggh";
|
Alias = "@gh";
|
||||||
IconURL = "https://github.com/favicon.ico";
|
IconURL = "https://github.com/favicon.ico";
|
||||||
Description = "Your code yum yum";
|
Description = "Your code yum yum";
|
||||||
URLTemplate = "https://github.com/search?q={searchTerms}&type=repositories";
|
URLTemplate = "https://github.com/search?q={searchTerms}&type=repositories";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
Name = "GitHub (Code Search)";
|
Name = "GitHub (Code Search)";
|
||||||
Alias = "@gghc";
|
Alias = "@ghc";
|
||||||
IconURL = "https://github.com/favicon.ico";
|
IconURL = "https://github.com/favicon.ico";
|
||||||
Description = "Your code yum yum";
|
Description = "Your code yum yum";
|
||||||
URLTemplate = "https://github.com/search?q={searchTerms}&type=code";
|
URLTemplate = "https://github.com/search?q={searchTerms}&type=code";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
Name = "Codeberg";
|
Name = "Codeberg";
|
||||||
Alias = "@gco";
|
Alias = "@cb";
|
||||||
IconURL = "https://codeberg.org/favicon.ico";
|
IconURL = "https://codeberg.org/favicon.ico";
|
||||||
Description = "Software development, but free!";
|
Description = "Software development, but free!";
|
||||||
URLTemplate = "https://codeberg.org/explore/repos?q={searchTerms}";
|
URLTemplate = "https://codeberg.org/explore/repos?q={searchTerms}";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
Name = "?C";
|
Name = "?C";
|
||||||
Alias = "@gcc";
|
Alias = "@cc";
|
||||||
IconURL = "https://git.confusedcompiler.org/favicon.ico";
|
IconURL = "https://git.confusedcompiler.org/favicon.ico";
|
||||||
URLTemplate = "https://git.confusedcompiler.org/explore/repos?q={searchTerms}";
|
URLTemplate = "https://git.confusedcompiler.org/explore/repos?q={searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue