gauntlet
gauntlet copied to clipboard
Raycast-inspired application launcher with React-based plugins
- [x] Build & Run - [x] Package - [ ] Applications Plugin. Looks like it requires considerable amount of unsafe Rust code because there are no safe wrappers for...
Examples: - spamming button that increases counter that is displayed in UI. - pressing and holding key in text input
Keyboard in iced-rs basically non existent and is only supported between input fields. We probably need our own iced-rs fork
Already works. Only need to implement macOS build - [ ] Build - [ ] Autoupdate
- [ ] Global Shortcut support https://github.com/tauri-apps/global-hotkey/issues/28 - [x] Iced LayerShell support is needed. Can take implementation from https://github.com/pop-os/iced. or use https://github.com/waycrate/exwlshelleventloop - [x] ~Window snaps back after resize for...
With no arguments provided application shows unresponsive window then crashes after 2s. Application output: ``` ./gauntlet MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete # # Fatal error in v8_ArrayBuffer_New...
This is actually the first thing I noticed after opening up Gauntlet, but I wanted to provide some useful debugging info before reporting it. ...
Here's a list of planned built-in plugins. Every single plugin here should be possible to implement with the same set of features available to all plugins but some of them...
It will close on `cmd+q` without quitting Gauntlet itself (which is probably a good thing - and I checked Raycast does the same). But when `cmd+w` is pressed, nothing happens....