awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesEmbeddable Terminal Widgets

Integrate a fully functional terminal emulator into any web page with just a few lines of JavaScript.

Distinct from Web-Based Terminal Emulators: Distinct from Web-Based Terminal Emulators: specifically focuses on the embeddable widget aspect for integration into other web applications.

Explore 3 awesome GitHub repositories matching web development · Embeddable Terminal Widgets. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Web-Based Terminal Emulators
  4. Embeddable Terminal Widgets

Awesome Embeddable Terminal Widgets 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.
  • liftoff/gateoneAvatar de liftoff

    liftoff/GateOne

    6,300Voir sur GitHub↗

    Gate One is an HTML5-powered terminal emulator and SSH client

    Integrates a fully functional terminal emulator into any web page with just a few lines of JavaScript.

    JavaScript
    Voir sur GitHub↗6,300
  • itorr/nbnhhshAvatar de itorr

    itorr/nbnhhsh

    6,259Voir sur GitHub↗

    nbnhhsh is a browser extension that translates Chinese pinyin acronyms and internet slang into their full phrases. It operates entirely on the client side, using a precompiled dictionary bundled with the extension to perform lookups without server round-trips after the initial load. The project distinguishes itself through a community-driven dictionary that accepts user-submitted definitions through a review queue before merging them into the main dataset. It provides text selection lookup on any webpage, allowing users to highlight pinyin initialisms and see their expanded meanings, and can

    Adding pinyin acronym translation functionality to any webpage via a simple code snippet.

    JavaScriptjavascriptuserscript
    Voir sur GitHub↗6,259
  • cjex/regulexAvatar de CJex

    CJex/regulex

    5,836Voir sur GitHub↗

    Regulex is a tool that parses regular expressions into interactive syntax diagrams, rendering them directly on an HTML canvas. It converts a regex string into an abstract syntax tree and visualizes the structure as a navigable diagram, making the internal logic of a regular expression visually accessible. Beyond basic visualization, Regulex provides syntax validation that detects and reports precise errors, including invalid back references and octal escapes. It also offers a state-machine visualization mode that maps regex AST nodes to NFA-like states and transitions, rendered as a directed

    Ships a self-contained script-tag embeddable component for inserting regex diagrams into external web pages.

    TypeScriptdiagramjavascriptregex
    Voir sur GitHub↗5,836

Explorer les sous-tags

  • Regex Diagram WidgetsProvides a self-contained diagram component that can be inserted into external web pages via a simple script tag. **Distinct from Embeddable Terminal Widgets:** Distinct from Embeddable Terminal Widgets: provides regex diagram embedding, not terminal emulation.
  • Translation WidgetsEmbeddable widgets that provide translation functionality on any webpage via a code snippet. **Distinct from Embeddable Terminal Widgets:** Distinct from Embeddable Terminal Widgets: provides translation functionality, not terminal emulation.