A cross-platform launcher built with egui.
Status • Roadmap • Development • License
Nearly there! Final polishes on MacOs before we can start focusing back on Linux/Windows experience.
- Setting input for remainder of config items
- Lingering TODOs
- App styling finalizations
- Release process for GH & homebrew tap
- Selection improvements
- Selected items should stay selected when search gets more specific. Example:
- type "dash" (2+ results appear)
- select dashlane
- type "la"
- cursor will jump to last item (web search) (due to current index capping behavior). Ideally it should stick to dashlane, as that was selected and still in the list
- Selected items should stay selected when search gets more specific. Example:
- Windows works
- App launcher can find exes
- AppIcon support
- Linux works
- App launcher can find... what now? .Desktop files?
- AppIcon support
- File launcher/finder (fzf/rg?)
- Ability to search files and present top N options
- Ability to open on enter
- Configure paths to search
- Configuration KeyBindings: open/hide/up/down/confirm
-
Assets.car
support on MacOS for AppIcon resolving - Allow configuration to reload without reboot (eg placing window)
- Parse window placement better... below is bad. v bad.
window_placement = { XY = {0 = 420.0, 1 = 100.0} }
- Chatbot integration?
- Clipboard history/management?
cargo tauri icon ../src-icon/app-icon.png
for icons