A lightning-fast, keyboard-centric launcher for GNOME Shell designed for power users who want to keep their hands on the keyboard. Trigger instantly with Ctrl + Shift + Space (customizable) to access a fluid, lag-free overlay. Key Features: • Instant App Search: Launch applications and system settings with a few keystrokes, backed by an optimized caching engine. • File Hunt: Quickly traverse and find files in your home directory using the '.' prefix (e.g., '. document'). • Web Search: Search Google ('g [query]') or YouTube ('yt [query]') directly from your desktop without opening a browser first. • Command Runner: Execute native shell commands instantly using the '>' prefix (e.g., '> htop'). • Deep Customization: Fully adjust fonts, highlight colors, background opacity, corner radius, and screen positioning to perfectly match your desktop aesthetic. Disclaimer: This extension is not affiliated with, endorsed by, or sponsored by Google or YouTube.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
- modularize codebase into src/ architecture - Split monolithic code into src/core, src/ui, src/prefs layers - Added ThemeManager, QueryParser, ActionExecutor modules - Implemented mode-hint system for ., >, g, yt prefixes - Fixed autocomplete: Tab/Right now completes full app name correctly - Fixed hint position using pixel-based cursor tracking via idle_add - Added 120ms search debounce to reduce CPU overhead - Strict signal cleanup on destroy() to prevent memory leaks