awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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.

Awesome Embeddable Terminal Widgets GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • liftoff/gateoneliftoff 的头像

    liftoff/GateOne

    6,300在 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
    在 GitHub 上查看↗6,300
  • itorr/nbnhhshitorr 的头像

    itorr/nbnhhsh

    6,259在 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
    在 GitHub 上查看↗6,259
  • cjex/regulexCJex 的头像

    CJex/regulex

    5,836在 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
    在 GitHub 上查看↗5,836
  1. Home
  2. Web Development
  3. Web-Based Terminal Emulators
  4. Embeddable Terminal Widgets

探索子标签

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