DEVELOPER TOOLS ยท WORKSPACE COCKPIT

Spotlight App Launcher & Folder HUD.

Accelerate your workflow with spotlight search, local text grep, real-time filesystem watchers, and instant developer terminal shortcuts.

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.