-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbangs.yaml
More file actions
441 lines (371 loc) · 11.9 KB
/
Copy pathbangs.yaml
File metadata and controls
441 lines (371 loc) · 11.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# Default can be a URL, single bang, or multi-bang combination
# URL default:
# default: 'https://www.google.com/search?q={}'
# Single bang reference:
default: 'g'
# Multi-bang reference (opens multiple tabs):
# default: 'ai+g' # AI search + Google
# Other examples:
# default: 'g+gh+so' # Google + GitHub + StackOverflow
# default: 'ddg' # Just DuckDuckGo
# ================================================================================
# Aliases - Custom shortcuts for single bangs or multi-bang combinations
# ================================================================================
aliases:
def: 'ai+g'
search: 'g' # Simple search alias for Google
shop: 'a+eb' # Shopping: Amazon + eBay
# ================================================================================
# Search Engines
# ================================================================================
Google:
bang: 'g'
url: 'https://www.google.com/search?q={}'
description: 'Popular global search engine by Google'
category: 'Search'
StartPage:
bang: 'sp'
url: 'https://www.startpage.com/sp/search?language=english&qadf=none&query={}'
description: 'Anonymous search engine based on Google'
category: 'Search'
Kagi:
bang: 'kagi'
url: 'https://kagi.com/search?q={}'
description: 'Premium privacy-focused search engine'
category: 'Search'
Bing:
bang: 'b'
url: 'https://www.bing.com/search?q={}'
description: 'Microsoft''s search engine with AI integration'
category: 'Search'
DuckDuckGo:
bang: 'ddg'
url: 'https://duckduckgo.com/?q={}'
description: 'Privacy-focused search engine'
category: 'Search'
Yahoo:
bang: 'yh'
url: 'https://search.yahoo.com/search?p={}'
description: 'Yahoo''s web search engine'
category: 'Search'
BraveSearch:
bang: 'brv'
url: 'https://search.brave.com/search?q={}'
description: 'Privacy-focused search engine by Brave browser'
category: 'Search'
Qwant:
bang: 'qw'
url: 'https://www.qwant.com/?q={}'
description: 'French search engine with privacy focus'
category: 'Search'
Baidu:
bang: 'bd'
url: 'https://www.baidu.com/s?wd={}'
description: 'China''s most popular search engine'
category: 'Search'
Yandex:
bang: 'yx'
url: 'https://yandex.com/search/?text={}'
description: 'Russia''s largest search engine'
category: 'Search'
Swisscows:
bang: 'scows'
url: 'https://swisscows.com/web?query={}'
description: 'Family-friendly and privacy-oriented search engine'
category: 'Search'
Ask.com:
bang: 'ask'
url: 'https://www.ask.com/web?q={}'
description: 'Classic Q&A search engine'
category: 'Search'
Lycos:
bang: 'ly'
url: 'https://search.lycos.com/web/?q={}'
description: 'One of the oldest search engines'
category: 'Search'
# ================================================================================
# AI based
# ================================================================================
Perplexity.ai:
bang: 'pxai'
url: 'https://www.perplexity.ai/search/new?q={}'
description: 'AI-driven search engine with direct answers'
category: 'AI'
ChatGPT:
bang: 'ai'
url: 'https://chatgpt.com/?q={}&hints=search&ref=ext'
description: 'Uses ChatGPT search mode'
category: 'AI'
ChatGPTNoWeb:
bang: 'aid'
url: 'https://chatgpt.com/?q={}&ref=ext'
description: 'Uses ChatGPT regular mode'
category: 'AI'
Claude:
bang: 'cl'
url: 'https://claude.ai/new?q={}'
description: 'AI chatbot for generating text'
category: 'AI'
# ================================================================================
# Development & Programming
# ================================================================================
GitHub:
bang: 'gh'
url: 'https://github.com/search?q={}'
description: 'Search code repositories on GitHub'
category: 'Development'
StackOverflow:
bang: 'so'
url: 'https://stackoverflow.com/search?q={}'
description: 'Search programming questions and answers'
category: 'Development'
MDN:
bang: 'mdn'
url: 'https://developer.mozilla.org/en-US/search?q={}'
description: 'Web development documentation search'
category: 'Development'
MSDN:
bang: 'msdn'
url: 'https://learn.microsoft.com/en-us/search/?terms={}'
description: 'Microsoft Developer Network documentation'
category: 'Development'
PyPI:
bang: 'pypi'
url: 'https://pypi.org/search/?q={}'
description: 'Search Python packages'
category: 'Development'
NPM:
bang: 'npm'
url: 'https://www.npmjs.com/search?q={}'
description: 'Search Node.js packages'
category: 'Development'
WolframAlpha:
bang: 'wa'
url: 'https://www.wolframalpha.com/input/?i={}'
description: 'Computational knowledge engine'
category: 'Development'
DevDocs:
bang: 'dd'
url: 'https://devdocs.io/#q={}'
description: 'API documentation search engine'
category: 'Development'
Kaggle:
bang: 'kg'
url: 'https://www.kaggle.com/search?q={}'
description: 'Search data science competitions and datasets'
category: 'Development'
# ================================================================================
# Reference
# ================================================================================
Wikipedia:
bang: 'w'
# url: 'https://en.wikipedia.org/wiki/{}'
url: 'https://en.wikipedia.org/w/index.php?fulltext=1&search={}'
description: 'Online encyclopedia'
category: 'Reference'
Dictionary:
bang: 'd'
url: 'https://www.dictionary.com/browse/{}'
description: 'Online dictionary'
category: 'Reference'
Thesaurus:
bang: 'th'
url: 'https://www.thesaurus.com/browse/{}'
description: 'Search synonyms and antonyms'
category: 'Reference'
UrbanDictionary:
bang: 'ud'
url: 'https://www.urbandictionary.com/define.php?term={}'
description: 'Slang and modern terminology definitions'
category: 'Reference'
Britannica:
bang: 'br'
url: 'https://www.britannica.com/search?query={}'
description: 'Search articles from Encyclopedia Britannica'
category: 'Reference'
Quora:
bang: 'q'
url: 'https://www.quora.com/search?q={}'
description: 'Q&A platform for community-driven answers'
category: 'Reference'
Archive.org:
bang: 'ar'
url: 'https://archive.org/search.php?query={}'
description: 'Search archived web content and media'
category: 'Reference'
# ================================================================================
# Social Media
# ================================================================================
Reddit:
bang: 'r'
url: 'https://www.reddit.com/search/?q={}'
description: 'Community discussion forum; yeah right'
category: 'Social'
Twitter:
bang: 't'
url: 'https://twitter.com/search?q={}'
description: 'Social media and microblogging platform for weirdos'
category: 'Social'
Mastodon:
bang: 'ms'
url: 'https://mastodon.social/web/search?q={}'
description: 'Decentralized social network for even weirder people'
category: 'Social'
Facebook:
bang: 'fb'
url: 'https://www.facebook.com/search/top/?q={}'
description: 'Social media platform for old people'
category: 'Social'
Instagram:
bang: 'ig'
url: 'https://www.instagram.com/explore/tags/{}'
description: 'Photo and video sharing platform'
category: 'Social'
TikTok:
bang: 'tt'
url: 'https://www.tiktok.com/search?q={}'
description: 'Short-form video platform'
category: 'Social'
# ================================================================================
# Entertainment
# ================================================================================
YouTube:
bang: 'y'
url: 'https://www.youtube.com/results?search_query={}'
description: 'Video hosting and streaming platform'
category: 'Entertainment'
YouTubeAlso:
bang: 'yt'
url: 'https://www.youtube.com/results?search_query={}'
description: 'Alternative search for YouTube'
category: 'Entertainment'
YouTubeMusic:
bang: 'ym'
url: 'https://music.youtube.com/search?q={}'
description: 'Music streaming from YouTube'
category: 'Entertainment'
Netflix:
bang: 'nf'
url: 'https://www.netflix.com/search?q={}'
description: 'Streaming platform for TV shows and movies'
category: 'Entertainment'
IMDb:
bang: 'imdb'
url: 'https://www.imdb.com/find?q={}'
description: 'Search movies, TV shows, and actors'
category: 'Entertainment'
Spotify:
bang: 'spo'
url: 'https://open.spotify.com/search/{}'
description: 'Music streaming service'
category: 'Entertainment'
Letterboxd:
bang: 'lb'
url: 'https://letterboxd.com/search/{}'
description: 'Social network for movie lovers'
category: 'Entertainment'
SoundCloud:
bang: 'sc'
url: 'https://soundcloud.com/search?q={}'
description: 'Music streaming and sharing platform'
category: 'Entertainment'
WerStreamtEs:
bang: 'wses'
url: 'https://www.werstreamt.es/filme-serien/?q={}'
description: 'Find where to stream movies and series'
category: 'Entertainment'
Terraria:
bang: 'tw'
url: 'https://terraria.wiki.gg/wiki/Special:Search?search={}&go=Go&ns0=1'
description: 'Look something up in Terraria Wiki (not fandom)'
category: 'Entertainment'
# ================================================================================
# Shopping
# ================================================================================
Amazon:
bang: 'a'
url: 'https://www.amazon.de/s?k={}'
description: 'E-commerce giant for online shopping'
category: 'Shopping'
Ebay:
bang: 'eb'
url: 'https://www.ebay.com/sch/i.html?_nkw={}'
description: 'Online auction and shopping site'
category: 'Shopping'
Etsy:
bang: 'et'
url: 'https://www.etsy.com/search?q={}'
description: 'Marketplace for handmade and vintage items'
category: 'Shopping'
AliExpress:
bang: 'ae'
url: 'https://www.aliexpress.com/wholesale?SearchText={}'
description: 'Global e-commerce platform'
category: 'Shopping'
# ================================================================================
# Images
# ================================================================================
GoogleImages:
bang: 'gi'
url: 'https://www.google.com/search?tbm=isch&q={}'
description: 'Search for images using Google'
category: 'Images'
Unsplash:
bang: 'us'
url: 'https://unsplash.com/s/photos/{}'
description: 'Free high-resolution images'
category: 'Images'
Pexels:
bang: 'px'
url: 'https://www.pexels.com/search/{}/'
description: 'Free stock photography search'
category: 'Images'
# ================================================================================
# Mapping
# ================================================================================
GoogleMaps:
bang: 'gm'
url: 'https://www.google.com/maps/?q={}'
description: 'Search for locations on Google Maps'
category: 'Maps'
OpenStreetMap:
bang: 'osm'
url: 'https://www.openstreetmap.org/search?query={}'
description: 'Open-source mapping project'
category: 'Maps'
BingMaps:
bang: 'bm'
url: 'https://www.bing.com/maps?q={}'
description: 'Microsoft''s online mapping service'
category: 'Maps'
# ================================================================================
# Translation
# ================================================================================
TranslateGoogle:
bang: 'gt'
url: 'https://translate.google.com/?sl=auto&tl=en&text={}&op=translate'
description: 'Google''s translation service'
category: 'Tools'
Deepl:
bang: 'dl'
url: 'https://www.deepl.com/en/translator#en/en/{}'
description: 'High-quality translation service'
category: 'Tools'
# ================================================================================
# 3D Printing & Design
# ================================================================================
Thingiverse:
bang: 'tv'
url: 'https://www.thingiverse.com/search?q={}'
description: '3D printing designs and models'
category: '3D Printing'
Printables:
bang: 'pr'
url: 'https://www.printables.com/search?q={}'
description: '3D models for printing'
category: '3D Printing'
Thangs:
bang: 'tg'
url: 'https://thangs.com/search/{}'
description: 'Search engine for 3D models'
category: '3D Printing'