awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Command Interfaces · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesCommand Interfaces

Standardized structures for defining command metadata, icons, and keyboard bindings.

Distinguishing note: Focuses on the data structure of commands rather than the command logic itself.

Explore 2 awesome GitHub repositories matching development tools & productivity · Command Interfaces. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Command Interfaces

Awesome Command Interfaces GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • tldraw/tldraw

    tldraw/tldraw

    45,278View on GitHub↗

    This project is a programmable, high-performance drawing engine designed for building collaborative whiteboards, diagramming tools, and infinite canvas applications. It provides a reactive graphics runtime that manages complex canvas interactions, viewport animations, and input handling through a unified signal-based API. The framework is built on a schema-driven data store that maintains application state in a strictly typed, centralized record system, enabling efficient UI updates and persistent data management. The engine distinguishes itself through a highly modular architecture that supp

    Provides a standardized interface for defining command metadata and interaction properties.

    TypeScriptcanvascollaborationdesign
    45,278View on GitHub↗
  • helix-editor/helix

    helix-editor/helix

    43,034View on GitHub↗

    Helix is a terminal-based modal text editor designed for efficient code manipulation and navigation. It centers on a selection-first editing model, where operations are performed on active ranges rather than individual cursor positions, allowing for precise control over text and code structures. The editor distinguishes itself through deep integration with structural parsing and language intelligence. By utilizing an incremental parsing library, it builds concrete syntax trees that enable advanced features like structural code navigation, intelligent indentation, and syntax-aware text object

    Helix allows users to invoke predefined editor actions without arguments by binding them to specific keys or selecting them from a command list.

    Rustkakounerusttext-editor
    43,034View on GitHub↗