Skip to content

Commit ab7a71a

Browse files
authored
feat(web): add Kagi search
1 parent 2449943 commit ab7a71a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/src/web/config.ron

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
matches: ["gn"],
8080
queries: [(name: "News", query: "google.com/news?q=")]
8181
),
82+
(
83+
matches: ["kagi"],
84+
queries: [(name: "Kagi Search", query: "kagi.com/search?q=")]
85+
),
8286
(
8387
matches: ["gsc", "scholar"],
8488
queries: [(name: "Google Scholar", query: "google.com/scholar?q=")]

0 commit comments

Comments
 (0)