gauntlet icon indicating copy to clipboard operation
gauntlet copied to clipboard

Raycast-inspired application launcher with React-based plugins

Results 40 gauntlet issues
Sort by recently updated
recently updated
newest added

- [x] Build & Run - [x] Package - [ ] Applications Plugin. Looks like it requires considerable amount of unsafe Rust code because there are no safe wrappers for...

type: feature
kind: help wanted
work: chaotic
kind: umbrella

Examples: - spamming button that increases counter that is displayed in UI. - pressing and holding key in text input

type: bug
work: chaotic

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...

type: feature
state: waiting-for-upstream
work: clear
kind: umbrella

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...

type: bug
state: waiting-for-upstream

This is actually the first thing I noticed after opening up Gauntlet, but I wanted to provide some useful debugging info before reporting it. ![CleanShot 2024-10-05 at 11 36 55@2x](https://github.com/user-attachments/assets/e483a4b2-5e97-4341-aba4-8a7d425f9313)...

type: bug
platform: macos
state: waiting-for-release
area: bundled plugins

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...

kind: umbrella
area: bundled plugins

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....

area: ui