awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesCommand Tokenization

Processing command line input as discrete tokens to improve parsing and autocomplete accuracy.

Distinct from Input Tokenizers: Distinct from Input Tokenizers: focuses on shell command tokenization for logic and autocomplete rather than converting text to UI tags.

Explore 1 awesome GitHub repository matching user interface & experience · Command Tokenization. Refine with filters or upvote what's useful.

Awesome Command Tokenization GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • unconed/termkitAvatar de unconed

    unconed/TermKit

    4,429Voir sur GitHub↗

    TermKit is a framework for building desktop terminal environments using a decoupled architecture that pairs a Node.js backend with a WebKit-based frontend. It functions as a terminal emulator that replaces traditional monospace text buffers with a rich text user interface capable of rendering complex widgets, tables, and media. The project distinguishes itself through a MIME-based data streaming system that routes binary data via pipes, using headers to automatically select the appropriate visual formatter for rendering. It utilizes a token-based command interface that processes input as disc

    Processes command line input as discrete tokens to eliminate escaping errors and enable inline autocomplete.

    JavaScript
    Voir sur GitHub↗4,429
  1. Home
  2. User Interface & Experience
  3. Input Tokenizers
  4. Command Tokenization