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
·

2 dépôts

Awesome GitHub RepositoriesInput Tokenizers

Utilities that automatically convert typed text into structured tags based on delimiter characters.

Distinguishing note: Focuses on the automatic conversion of text to tags using delimiters.

Explore 2 awesome GitHub repositories matching user interface & experience · Input Tokenizers. Refine with filters or upvote what's useful.

Awesome Input Tokenizers 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.
  • select2/select2Avatar de select2

    select2/select2

    25,972Voir sur GitHub↗

    Select2 is a searchable, modular UI framework designed to enhance standard HTML select elements. It transforms basic form controls into interactive, accessible dropdown interfaces that support multi-selection, tagging, and real-time filtering. By providing a robust set of tools for managing complex data inputs, it enables developers to create more responsive and user-friendly selection components. The project is distinguished by its adapter-based architecture, which allows for deep customization of rendering, data processing, and selection logic. Developers can extend core functionality throu

    Converts typed text into distinct tags automatically when specific delimiter characters are entered.

    JavaScripthacktoberfestjavascriptjquery
    Voir sur GitHub↗25,972
  • 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

Explorer les sous-tags

  • Command TokenizationProcessing 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.