-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocs.html
546 lines (538 loc) · 14.7 KB
/
docs.html
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
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
<!DOCTYPE html>
<html>
<head>
<title>Pássaro Docs</title>
<link rel="icon" type="x-icon" href="pássaro.png">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<style>header{background-color:var(--secondary-color);}body{background-color:var(--secondary-color);}</style>
<header>
<nav>
<a href="search">Pássaro</a>
<ul>
<li><a href="index">home</a></li>
<li><a href="search">search</a></li>
<li><a href="docs">docs</a></li>
<li><a href="https://github.com/P4ssaro/p4ssaro.github.io">github</a></li>
</ul>
</nav>
</header>
<div class="article">
<h2>Docs</h2>
<p>To use Pássaro, you'll need to specify your desired search engine first, with "--" and its code. Every search engine in Pássaro has its name, like Wikipedia (it would be "--wikipedia"), and its abbreviation and other casual forms of writing, for example, wikipedia has 3, <code>--wikipedia:</code>, <code>--wkp:</code> and <code>--wiki:</code>. There is no general rule for abbreviating the names, but most of the time there is only 2, the full name (wikipedia) a set abbreviation (wkp), and sometimes alternative forms of writing or alternative abbreviations, like "wiki". Another case is duckduckgo's, it has the <code>--duckduckgo</code> (full name) name, the <code>--duck</code> (alternative) name, the <code>--dgg</code> (set abbreviation) and the <code>--dggo</code> (alternative abbreviation) name. A reminder that binominal search engines, like Duck Duck Go, will have their spaces or "-"s removed, like "duckduckgo" and that all names must be in lowercase. Here is the full list of abbreviations:</p>
<p>*TLDR: To use them, in the search bar type: <code>--[search engine name]: [your input]</code>.</p>
<h3>Regular SEs</h3>
<table>
<thead>
<tr>
<th>SEARCH ENGINE</th>
<th>FULL NAME</th>
<th>ABBREVIATION</th>
<th>OTHERS</th>
<th>WEBSITE</th>
<th>DATE ADDED</th>
</tr>
</thead>
<tbody>
<tr>
<td>Wikipedia</td>
<td>wikipedia</td>
<td>wkp</td>
<td>wiki</td>
<td>en.wikipedia.org</td>
<td>April 2023</td>
</tr>
<tr>
<td>Google</td>
<td>google</td>
<td>ggl</td>
<td>none</td>
<td>google.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Yahoo</td>
<td>yahoo</td>
<td>yho</td>
<td>none</td>
<td>search.yahoo.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Brave Search</td>
<td>bravesearch</td>
<td>brs</td>
<td>brave</td>
<td>search.brave.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Duck Duck Go</td>
<td>duckduckgo</td>
<td>dgg</td>
<td>duck/ddgo</td>
<td>duckduckgo.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Wiby</td>
<td>wiby</td>
<td>wby</td>
<td>none</td>
<td>wiby.me</td>
<td>April 2023</td>
</tr>
<tr>
<td>Bing</td>
<td>bing</td>
<td>bng</td>
<td>none</td>
<td>bing.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Mojeek</td>
<td>mojeek</td>
<td>mjk</td>
<td>none</td>
<td>mojeek.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Startpage</td>
<td>startpage</td>
<td>stp</td>
<td>sp</td>
<td>startpage.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Aol</td>
<td>aol</td>
<td>none</td>
<td>none</td>
<td>search.aol.co.uk</td>
<td>April 2023</td>
</tr>
<tr>
<td>Excite</td>
<td>excite</td>
<td>exc</td>
<td>none</td>
<td>results.excite.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Lycos</td>
<td>lycos</td>
<td>lyc</td>
<td>none</td>
<td>search.lycos.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>You.com</td>
<td>you</td>
<td>none</td>
<td>none</td>
<td>you.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Yep</td>
<td>yep</td>
<td>none</td>
<td>none</td>
<td>yep.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Gibiru</td>
<td>gibiru</td>
<td>gbr</td>
<td>none</td>
<td>gibiru.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Reddit</td>
<td>reddit</td>
<td>rdd</td>
<td>red</td>
<td>reddit.com/search</td>
<td>April 2023</td>
</tr>
<tr>
<td>Neeva</td>
<td>neeva</td>
<td>nva</td>
<td>none</td>
<td>neeva.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Search Encrypt</td>
<td>searchencrypt</td>
<td>scr</td>
<td>se</td>
<td>searchencrypt.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Swisscows</td>
<td>swisscows</td>
<td>swc</td>
<td>sc/swiss</td>
<td>swisscows.com/en</td>
<td>April 2023</td>
</tr>
<tr>
<td>Ecosia</td>
<td>ecosia</td>
<td>ecs</td>
<td>none</td>
<td>ecosia.org</td>
<td>April 2023</td>
</tr>
<tr>
<td>Qmamu</td>
<td>qmamu</td>
<td>qmm</td>
<td>none</td>
<td>qmamu.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>giveWater</td>
<td>givewater</td>
<td>gvw</td>
<td>gw</td>
<td>givewater.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>GitHub</td>
<td>github</td>
<td>gth</td>
<td>none</td>
<td>github.com/search</td>
<td>April 2023</td>
</tr>
<tr>
<td>Presearch</td>
<td>presearch</td>
<td>prs</td>
<td>none</td>
<td>presearch.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Google Schoolar</td>
<td>googleschoolar</td>
<td>ggs</td>
<td>gs</td>
<td>scholar.google.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Seekr</td>
<td>seekr</td>
<td>skr</td>
<td>none</td>
<td>search.seekr.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>MWMBL</td>
<td>mwmbl</td>
<td>none</td>
<td>none</td>
<td>mwmbl.org</td>
<td>April 2023</td>
</tr>
<tr>
<td>AstianGO</td>
<td>astiango</td>
<td>asg</td>
<td>none</td>
<td>astiango.co</td>
<td>April 2023</td>
</tr>
<tr>
<td>Urban Dictionary</td>
<td>urbandictionary</td>
<td>ubd</td>
<td>ud</td>
<td>urbandictionary.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Torry</td>
<td>torry</td>
<td>trr</td>
<td>none</td>
<td>torry.io</td>
<td>April 2023</td>
</tr>
<tr>
<td>OneSearch</td>
<td>onesearch</td>
<td>osr</td>
<td>none</td>
<td>onesearch.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Monocles</td>
<td>monocles</td>
<td>mnc</td>
<td>none</td>
<td>monocles.de</td>
<td>April 2023</td>
</tr>
<tr>
<td>PriEco</td>
<td>prieco</td>
<td>prc</td>
<td>none</td>
<td>prieco.net</td>
<td>April 2023</td>
</tr>
<tr>
<td>YouTube</td>
<td>youtube</td>
<td>ytb</td>
<td>yt</td>
<td>youtube.com/results</td>
<td>April 2023</td>
</tr>
<tr>
<td>Andi</td>
<td>andi</td>
<td>and</td>
<td>none</td>
<td>andisearch.com</td>
<td>April 2023</td>
</tr>
<tr>
<td>Dogpile</td>
<td>dogpile</td>
<td>dgp</td>
<td>dp</td>
<td>dogpile.com</td>
<td>June 2023</td>
</tr>
<tr>
<td>MetaGer</td>
<td>metager</td>
<td>mtg</td>
<td>mg</td>
<td>metager.org</td>
<td>June 2023</td>
</tr>
<tr>
<td>BearBlog</td>
<td>bearblog</td>
<td>brb</td>
<td>bb/bear</td>
<td>bearblog.org/search</td>
<td>Late 2023</td>
</tr>
<tr>
<td>Yandex</td>
<td>yandex</td>
<td>ydx</td>
<td>Яндекс/ya</td>
<td>yandex.com</td>
<td>April 2024</td>
</tr>
<tr>
<td>LibreY</td>
<td>none</td>
<td>none</td>
<td>none</td>
<td>github.com/Ahwxorg/librey</td>
<td>April 2024</td>
</tr>
<tr>
<td>Shuriken Search</td>
<td>shuriken</td>
<td>shk</td>
<td>none</td>
<td>shuriken.pm</td>
<td>April 2024</td>
</tr>
<tr>
<td>Araa Search</td>
<td>araa</td>
<td>none</td>
<td>none</td>
<td>araa.extravi.dev</td>
<td>April 2024</td>
</tr>
<tr>
<td>Stract</td>
<td>stract</td>
<td>str</td>
<td>none</td>
<td>stract.com/</td>
<td>April 2024</td>
</tr>
<tr>
<td>Tempest Search</td>
<td>tempest</td>
<td>tmp</td>
<td>none</td>
<td>tempest.com</td>
<td>April 2024</td>
</tr>
<tr>
<td>4get</td>
<td>4get</td>
<td>none</td>
<td>none</td>
<td>4get.ca</td>
<td>April 2024</td>
</tr>
<tr>
<td>GGSearch</td>
<td>ggsearch</td>
<td>ggs</td>
<td>none</td>
<td>ggsearch.eu.org</td>
<td>June 2024</td>
</tr>
<tr>
<td>SearXNG</td>
<td>none</td>
<td>none</td>
<td>none</td>
<td>github.com/searxng/searxng</td>
<td>June 2024</td>
</tr>
<tr>
<td>Hearchco</td>
<td>hearchco</td>
<td>hch</td>
<td>hearch</td>
<td>hearch.co</td>
<td>June 2024</td>
</tr>
<tr>
<td>FileInfo</td>
<td>fileinfo</td>
<td>flnf</td>
<td>file</td>
<td>fileinfo.com</td>
<td>June 2024</td>
</tr>
<tr>
<td>LibreX</td>
<td>none</td>
<td>none</td>
<td>none</td>
<td>github.com/hnhx/librex</td>
<td>June 2024</td>
</tr>
<tr>
<td>metasearch</td>
<td>metasearch</td>
<td>mts</td>
<td>meta</td>
<td>s.matdoes.dev</td>
<td>June 2024</td>
</tr>
<tr>
<td>Marginalia Search</td>
<td>marginalia</td>
<td>mgn</td>
<td>none</td>
<td>ssearch.marginalia.nu</td>
<td>June 2024</td>
</tr>
<tr>
<td>Exa AI</td>
<td>exa</td>
<td>none</td>
<td>none</td>
<td>exa.ai</td>
<td>June 2024</td>
</tr>
<tr>
<td>Perplexity AI</td>
<td>perplexity</td>
<td>pxt</td>
<td>none</td>
<td>perplexity.ai</td>
<td>June 2024</td>
</tr>
<tr>
<td>Phind AI</td>
<td>phind</td>
<td>phd</td>
<td>none</td>
<td>www.phind.com</td>
<td>June 2024</td>
</tr>
<tr>
<td>Morphic AI</td>
<td>morphic</td>
<td>mph</td>
<td>none</td>
<td>www.morphic.sh</td>
<td>June 2024</td>
</tr>
<tr>
<td>Search My Site</td>
<td>searchmysite</td>
<td>sms</td>
<td>none</td>
<td>searchmysite.net</td>
<td>June 2024</td>
</tr>
<tr>
<td>Teclis</td>
<td>teclis</td>
<td>tcl</td>
<td>none</td>
<td>teclis.com</td>
<td>June 2024</td>
</tr>
<tr>
<td>Secret SE Labs</td>
<td>secretsearchenginelabs</td>
<td>ssel</td>
<td>none</td>
<td>www.secretsearchenginelabs.com</td>
<td>June 2024</td>
</tr>
<tr>
<td>Tusk Search</td>
<td>tusk</td>
<td>tsk</td>
<td>none</td>
<td>tusksearch.com/</td>
<td>June 2024</td>
</tr>
<tr>
<td>Heexy</td>
<td>heexy</td>
<td>hxy</td>
<td>none</td>
<td>heexy.org</td>
<td>June 2024</td>
</tr>
</tbody>
</table>
<br><sup>disclaimer: the position of the cells don't mean or change anything, they are ordered completely randomly and not in a rank.</sup><br>
<h3>Decentralized SEs</h3>
<p>Pássaro not only supports regular search engines like DuckDuckGo, Ecosia or Wikipedia. It also supports decentralized ones based on self-hosted instances, like SearXNG, LibreX/Y, Whoogle, etc. Frankly, as there are many different instances of many different decentralized search engines, I'm way too busy to store them all in a fancy table, and as you are using these decentralized metasearch engines, you are more than likely to be a nerdy user privacy paranoid, and not a normal user, which means you can manually go to <a src="https://github.com/P4ssaro/p4ssaro.github.io/blob/main/searchengines.js" target="_blank">searchengines.js</a> and scroll down until you see the comment of your search engine (//SEARXNG, //WHOOGLE, etc.) to see what is the code for your favorite instance.</p>
<p>For example, to use SearXNG, basically, instead of typing <code>--name:</code>, it will be <code>--xng-name:</code>, for example: <code>--xng-ca:</code>/<code>--xng-canada:</code>, <code>--xng-xowtf</code>, <code>--xng-privau</code>, etc. About 75% of the SearXNG instances in searx.space are supported, and more are to come when I have time.</p>
<h3>ISBN Lookup</h3>
<p>Pássaro also has a built-in ISBN book lookup that doubles as a Google Books/Goodreads/Wordcat metasearch engine. To use it, just type <code>--isbn:</code> and paste the number you want. If you don't know, a ISBN is an universal code that all books have. To find one, generally it is printed near the barcode of the book you've bought. You can also just search in Wikipedia references, it depends if you are actually trying to get information about a book or just for fun. Either way, try it, Idk. Also, while using it, keep in mind that this feature functions like a portal, where you can get basic information about a book quickly and in a practical manner, but if you want to dive deep into it, you can go to one of the linked websites that have more information about it. Oh yeah, and this feature uses OpenLibrary's API.</p>
</div>
<footer>Pássaro, by Pýrbor, made in Paraíba.</footer>
<script src="searchengines.js"></script>
</body>
</html>