diff options
| author | Bnyro <bnyro@tutanota.com> | 2025-11-12 10:13:11 +0100 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2025-11-14 20:26:43 +0100 |
| commit | ba98030438b24b9e6f95fb2cf264d922f5fd71e5 (patch) | |
| tree | da03b8306675e0563a8b16f086727c424258b4a0 /searx/settings.yml | |
| parent | 1e200a1107bddf3cb801ecea1654b521e849ad83 (diff) | |
[feat] engines: add devicons engine
- official website: https://devicon.dev/
- the engine contains a lot of icons of popular software frameworks (e.g. pytest),
so they could for example be useful for visualizing a diagram of the tech stack used in an app
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 3f29f486f..afb62b397 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -736,6 +736,11 @@ engines: shortcut: da timeout: 3.0 + - name: devicons + engine: devicons + shortcut: di + timeout: 3.0 + - name: ddg definitions engine: duckduckgo_definitions shortcut: ddd |