Skip to content

Commit 1701a26

Browse files
authoredJan 22, 2025··
Merge pull request #148 from thibaultmol/update-1
change !gif, add !kfd, add !hac
2 parents 0dba3eb + 6d56319 commit 1701a26

File tree

2 files changed

+28
-8
lines changed

2 files changed

+28
-8
lines changed
 

‎data/bangs.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -35599,14 +35599,6 @@
3559935599
"c": "Entertainment",
3560035600
"sc": "Blogs"
3560135601
},
35602-
{
35603-
"s": "Giphy",
35604-
"d": "giphy.com",
35605-
"t": "gif",
35606-
"u": "https://giphy.com/search/{{{s}}}",
35607-
"c": "Multimedia",
35608-
"sc": "Images"
35609-
},
3561035602
{
3561135603
"s": "Google: I'm Feeling Lucky",
3561235604
"d": "google.com",
@@ -109813,5 +109805,13 @@
109813109805
"u": "https://translate.kagi.com/?text={{{s}}}&from=Automatic&to=Proofread",
109814109806
"c": "Translation",
109815109807
"sc": "General"
109808+
},
109809+
{
109810+
"s": "Home Assistant Community",
109811+
"d": "community.home-assistant.io",
109812+
"t": "hac",
109813+
"u": "https://community.home-assistant.io/search?q={{{s}}}",
109814+
"c": "Tech",
109815+
"sc": "Tools"
109816109816
}
109817109817
]

‎data/kagi_bangs.json

+20
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,15 @@
173173
"url_encode_placeholder"
174174
]
175175
},
176+
{
177+
"s": "Kagi Images (GIF)",
178+
"d": "kagi.com",
179+
"t": "gif",
180+
"u": "/images?q={{{s}}}&image_type=animatedGifHttps",
181+
"fmt": [
182+
"url_encode_placeholder"
183+
]
184+
},
176185
{
177186
"s": "Kagi Podcasts",
178187
"d": "kagi.com",
@@ -907,6 +916,17 @@
907916
"url_encode_placeholder"
908917
]
909918
},
919+
{
920+
"s": "Kagi Feedback (Discussions)",
921+
"d": "kagifeedback.org",
922+
"t": "kfd",
923+
"u": "https://kagifeedback.org/?q={{{s}}}",
924+
"ad": "kagifeedback.org/d",
925+
"fmt": [
926+
"open_base_path",
927+
"url_encode_placeholder"
928+
]
929+
},
910930
{
911931
"s": "News in International",
912932
"d": "kagi.com",

0 commit comments

Comments
 (0)
Please sign in to comment.