1 रिपॉजिटरी
A command execution pattern that evaluates a boolean condition before triggering an action.
Distinct from Registry-Driven Command Execution: Distinct from registry or data-driven execution by focusing on boolean predicates for applicability.
Explore 1 awesome GitHub repository matching software engineering & architecture · Predicate-Driven Command Execution. Refine with filters or upvote what's useful.
Lite is a scriptable plain text editor and programmable editing environment written in Lua. It provides a minimalist interface for opening, modifying, and saving plain text documents. The editor is designed for extensibility, allowing users to define custom commands and behaviors through external Lua script modules. It supports a plugin system where new features are integrated by placing modules in designated directories for automatic loading at startup. The project covers a range of customization capabilities, including personalized keyboard shortcut mapping and visual theme overrides for c
Determines command applicability by evaluating boolean functions before execution.