Spotlight-Style Command Palette
Triggered via global hotkeys (defaulting to Alt+Space), Noyare introduces a high-speed command launcher. It leverages native system indexes to locate files, projects, or applications instantly.
๐
Search workspace projects or folders...
๐ Talhary/noyare
d:\Microsoft-Apps\noyare
โ๏ธ Registry tweaks.html
docs\tweaks.html
๐ Startup Apps startup.html
docs\startup.html
Links Git statuses, commit histories, and active text greps directly into one beautiful HUD interface.
INTERACTIVE TEST CONSOLE
๐ How the Workspace Cockpit Works Under the Hood
Noyare accelerates developer indexing loops natively and private to your machine:
- High-Speed Hotkey Bindings: Registers system-level shortcuts (defaulting to
Alt+Space) inside Tauri. The search menu uses GPU-accelerated Slint layouts, rendering fluid overlays with virtually zero load delay. - Sub-Second Text Grep: Performs directory text scanning by walking folders, automatically filtering binaries and files > 2MB to keep performance fast and capping search lists at 100 results.
- Local Directory Watcher: Spawns folder monitoring threads using local timers (polling at 1.5s), tracking file creation, changes, or deletions dynamically.
- Git HUD integration: Audits repository roots, parsing active branch metadata, modified tallies, and recent commit lists from local Git binaries securely.