Skip to content

Commit 31e4e92

Browse files
firefox: add redis search engines
1 parent 1bb0e8d commit 31e4e92

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

modules/firefox/favicon/redis.png

5.1 KB
Loading

modules/firefox/search-engines.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,14 @@ in
3434
};
3535
"Mongo Operators" = {
3636
icon = ./favicon/mongo.ico; # https://www.mongodb.com/docs/assets/favicon.ico
37-
urls = [{ template = "https://www.mongodb.com/docs/manual/reference/operator/{searchTerms}"; }];
37+
urls = [{ template = "https://www.mongodb.com/docs/manual/reference/operator/{searchTerms}/"; }];
3838
definedAliases = [ "@mo" ];
3939
};
40+
"Redis Commands" = {
41+
icon = ./favicon/redis.png; # https://redis.io/docs/latest/images/favicons/favicon-196x196.png
42+
urls = [{ template = "https://redis.io/docs/latest/commands/{searchTerms}/"; }];
43+
definedAliases = [ "@rc" ];
44+
};
4045
"Nix Packages" = {
4146
inherit icon;
4247
urls = [{ template = "https://search.nixos.org/packages?type=packages&query={searchTerms}"; }];

0 commit comments

Comments
 (0)