awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesCommand Registries

Systems for mapping user inputs to executable operations by decoupling triggers from logic.

Distinguishing note: Focuses on command-pattern dispatching rather than general event handling.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Command Registries. Refine with filters or upvote what's useful.

Awesome Command Registries GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • microsoft/monaco-editorAvatar microsoft

    microsoft/monaco-editor

    46,199Vezi pe GitHub↗

    Monaco Editor is a web-based text editing component designed to provide advanced syntax highlighting, code completion, and language intelligence within browser environments. It functions as a reusable interface element that enables developers to integrate professional-grade coding experiences into web applications. The editor distinguishes itself through a native client for the Language Server Protocol, which connects the interface to external analysis tools for deep diagnostics and refactoring capabilities. It utilizes a memory-efficient, declarative text buffer to manage large documents and

    Maps user inputs to executable operations by decoupling the trigger mechanism from the specific editor logic.

    JavaScriptbrowsereditormonaco-editor
    Vezi pe GitHub↗46,199
  • ajaxorg/aceAvatar ajaxorg

    ajaxorg/ace

    27,133Vezi pe GitHub↗

    Ace is a high-performance, browser-based code editor and JavaScript text editor component designed to be embedded into web applications. It functions as a feature-rich alternative to standard text areas, providing a syntax highlighting engine and support for multiple programming and markup languages. The editor is distinguished by its ability to handle large documents containing millions of lines while maintaining stable performance. It supports multi-cursor editing, allowing simultaneous modifications at multiple selection points across a document. The project covers a broad range of develo

    Implements a command registry to decouple user input triggers from the editor's internal logic.

    JavaScript
    Vezi pe GitHub↗27,133
  • refactoringhq/tolariaAvatar refactoringhq

    refactoringhq/tolaria

    16,851Vezi pe GitHub↗

    Tolaria is a markdown knowledge base manager and bidirectional note linking system. It functions as an integrated environment for organizing notes and structured data, utilizing YAML frontmatter and wikilinks to establish relational mappings between documents. The project distinguishes itself by integrating language model capabilities directly into the editor for content generation and analysis. It further combines prose with structured data through a markdown spreadsheet editor that renders CSV-formatted files as interactive grids with formula support and cross-sheet referencing. The platfo

    Implements a centralized command registry mapping keyboard shortcuts and menu inputs to internal system actions.

    TypeScript
    Vezi pe GitHub↗16,851
  • shelljs/shelljsAvatar shelljs

    shelljs/shelljs

    14,402Vezi pe GitHub↗

    ShellJS is a Node.js shell command library that provides a portable Unix-like utility suite for cross-platform system automation. It serves as a cross-platform filesystem API and a process wrapper for spawning and controlling external system subprocesses. The project translates Unix shell commands into equivalent operations for the host operating system, allowing scripts to run consistently across different platforms. It supports the registration of custom commands and the integration of third-party plugins to extend its portable shell capabilities. The library covers broad capability areas

    Implements a system for mapping shell commands to executable JavaScript functions to decouple triggers from logic.

    JavaScriptbashjavascriptnode
    Vezi pe GitHub↗14,402
  1. Home
  2. Software Engineering & Architecture
  3. Command Registries