summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-12-26 01:16:31 +0000
committerMatthew Fennell <matthew@fennell.dev>2025-12-26 01:16:31 +0000
commit51077d90fd220ca3c23d74abbd43b9e021147fbe (patch)
tree6f2eff3fa838fa0b1ac7208bbd8789f1add6ee28
Add example engines.confmain
This is my config file for the `search` tool. It is made up of multiple lines; each line corresponds to a search engine. Each line has a name and a template string. If you search for a query with a selected engine, `search` will replace the `%s` in the template string with an encoded version of the query. To use the config file, copy it to `${XDG_CONFIG_HOME}/search/engines.conf`.
-rw-r--r--engines.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines.conf b/engines.conf
new file mode 100644
index 0000000..c0eae2c
--- /dev/null
+++ b/engines.conf
@@ -0,0 +1,11 @@
+debianwiki https://wiki.debian.org/FrontPage?value=%s
+marginalia https://old-search.marginalia.nu/search?query=%s&js=no-js
+marginaliajs https://old-search.marginalia.nu/search?query=%s
+ons https://www.ons.gov.uk/search?q=%s
+osm https://www.openstreetmap.org/search?query=%s
+osmwiki https://wiki.openstreetmap.org/w/index.php?search=%s
+peertube https://sepiasearch.org/search?search=%s
+postmarketoswiki https://wiki.postmarketos.org/index.php?search=%s
+tesco https://www.tesco.com/groceries/en-GB/search?query=%s
+wikipedia https://en.wikipedia.org/w/index.php?search=%s
+xmppwiki https://wiki.xmpp.org/web/index.php?search=%s