firefox: ?C search engine

This commit is contained in:
Primrose 2025-05-30 14:55:29 +02:00
parent 585f75ae92
commit db682de546
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -54,6 +54,12 @@ in {
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";
Alias = "gcc";
IconURL = "https://git.confusedcompiler.org/favicon.ico";
URLTemplate = "https://git.confusedcompiler.org/explore/repos?q={searchTerms}";
}
]; ];
}; };
}; };