A DankMaterialShell launcher plugin for searching SVGL brand logos and copying them as images, SVG source, PNG data, or URLs.
- Open the DMS launcher.
- Search for
svg openai,svg github, or another brand. - Press Enter to copy the configured default format.
- Use the result context menu for the other copy formats or source page.
- DMS 1.4 or newer
wl-copyrsvg-convertfor the optional PNG action
The included helper is built for Linux x86-64. On another architecture, install Go 1.22 or newer and rebuild it:
CGO_ENABLED=0 go build -trimpath -ldflags="-s -w" -o dank-svgl-helper .git clone https://github.com/Grant07/dms-svgl-search.git \
~/.config/DankMaterialShell/plugins/svglSearch
dms ipc call plugin-scan scan
dms ipc call plugins enable svglSearchTo update:
git -C ~/.config/DankMaterialShell/plugins/svglSearch pull
dms ipc call plugins reload svglSearchSVGL Search uses the public API at https://api.svgl.app.
