1 Repo
Query processing mechanisms that dispatch user input to registered plugin handlers for result retrieval.
Distinct from Query Processing: Distinct from general Query Processing: focuses on dispatching queries to plugin handlers rather than database query execution.
Explore 1 awesome GitHub repository matching data & databases · Plugin Query Handlers. Refine with filters or upvote what's useful.
Albert is a keyboard launcher that opens files, applications, and runs commands by typing search queries into a search bar. It functions as a keyboard-driven workflow tool, enabling users to navigate their file system, launch installed applications, and execute shell commands without touching a mouse. The launcher processes user input through a plugin-based modular architecture, where functionality is extended by dynamically loaded C++ and Python plugins. Queries are dispatched to all enabled handlers in parallel, with results merged and ranked by a combination of match quality and historical
Processes user input through registered query handlers that return relevant results from various sources.