Skip to content

Commit

Permalink
Merge pull request #148 from thibaultmol/update-1
Browse files Browse the repository at this point in the history
change !gif, add !kfd, add !hac
  • Loading branch information
nobodywasishere authored Jan 22, 2025
2 parents 0dba3eb + 6d56319 commit 1701a26
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data/bangs.json
Original file line number Diff line number Diff line change
Expand Up @@ -35599,14 +35599,6 @@
"c": "Entertainment",
"sc": "Blogs"
},
{
"s": "Giphy",
"d": "giphy.com",
"t": "gif",
"u": "https://giphy.com/search/{{{s}}}",
"c": "Multimedia",
"sc": "Images"
},
{
"s": "Google: I'm Feeling Lucky",
"d": "google.com",
Expand Down Expand Up @@ -109813,5 +109805,13 @@
"u": "https://translate.kagi.com/?text={{{s}}}&from=Automatic&to=Proofread",
"c": "Translation",
"sc": "General"
},
{
"s": "Home Assistant Community",
"d": "community.home-assistant.io",
"t": "hac",
"u": "https://community.home-assistant.io/search?q={{{s}}}",
"c": "Tech",
"sc": "Tools"
}
]
20 changes: 20 additions & 0 deletions data/kagi_bangs.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,15 @@
"url_encode_placeholder"
]
},
{
"s": "Kagi Images (GIF)",
"d": "kagi.com",
"t": "gif",
"u": "/images?q={{{s}}}&image_type=animatedGifHttps",
"fmt": [
"url_encode_placeholder"
]
},
{
"s": "Kagi Podcasts",
"d": "kagi.com",
Expand Down Expand Up @@ -907,6 +916,17 @@
"url_encode_placeholder"
]
},
{
"s": "Kagi Feedback (Discussions)",
"d": "kagifeedback.org",
"t": "kfd",
"u": "https://kagifeedback.org/?q={{{s}}}",
"ad": "kagifeedback.org/d",
"fmt": [
"open_base_path",
"url_encode_placeholder"
]
},
{
"s": "News in International",
"d": "kagi.com",
Expand Down

0 comments on commit 1701a26

Please sign in to comment.