Beautiful, fast, and fully featured launcher for wayland compositors.

Waycast is an application launcher built for Wayland desktops. It's fast, extensible, and designed to get out of your way while helping you find what you need.

Features

Calculator
Full calculator, also featuring unit conversions, right in your launcher.
File searching
Open files from your configured directories.
Project Searching
Open your code projects in your editor of choice right from your launcher.
Configurable
Search paths, project paths, and more can be changed in a simple toml file.
waycast.toml
[plugins.projects]
open_command = "code -n {path}"
search_paths = ["/home/javi/projects"]

[plugins.file_search]
search_paths = [
    "/home/yourusername/your-folder",
]
ignore_dirs = ["zig-cache", "__pycache"]