From ecf28787b6c7585f4d086b14a9aa642df9bd5560 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 23 Aug 2025 12:36:28 +0200 Subject: [PATCH] qutebrowser: Add quoteinvestigator search engine as quote --- qutebrowser/config/searchengines.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/config/searchengines.py b/qutebrowser/config/searchengines.py index ceedb6c..67cbe61 100644 --- a/qutebrowser/config/searchengines.py +++ b/qutebrowser/config/searchengines.py @@ -20,6 +20,7 @@ c.url.searchengines = { "maps": "https://facilmap.org/#q={}", "pcw": "https://www.pcgamingwiki.com/w/index.php?search={}", "py": "https://pypi.org/search/?q={}", + "quote": "https://quoteinvestigator.com/?s={}", "r": "https://www.reddit.com/r/{}", "read": "https://read.martyoeh.me/search?currentRoute=all&search_entry%5Bterm%5D={}", "sc": "https://www.shellcheck.net/wiki/SC{}",