Modules
Search
Web search with configurable providers
The search module lets you search the web using configurable providers.
Default Providers
| Trigger | Provider |
|---|---|
!g | |
!d | DuckDuckGo |
!wiki | Wikipedia |
!yt | YouTube |
Usage
Type the trigger followed by your search query:
!g rust programming
!wiki wayland protocol
!yt linux ricePress Enter to open the search in your default browser.
If you type something that doesn't match any application or other module, search will offer to use your default provider.
Adding Providers
See Search Providers Configuration for details.
Quick example:
[[search_providers]]
name = "GitHub"
trigger = "!gh"
url = "https://github.com/search?q={query}"Mode Access
zlaunch show --modes searchIn search-only mode, any input becomes a search query without needing a trigger.