summaryrefslogtreecommitdiff
path: root/engines.conf
AgeCommit message (Collapse)Author
2025-12-26Add example engines.confmainMatthew Fennell
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`.