zlaunch
Modules

Search

Web search with configurable providers

The search module lets you search the web using configurable providers.

Web search with trigger prefix

Default Providers

TriggerProvider
!gGoogle
!dDuckDuckGo
!wikiWikipedia
!ytYouTube

Usage

Type the trigger followed by your search query:

!g rust programming
!wiki wayland protocol
!yt linux rice

Press 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 search

In search-only mode, any input becomes a search query without needing a trigger.

On this page