awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesTerminal Buffer Synchronizations

Mechanisms for synchronizing a terminal's internal character grid with a remote process output stream.

Distinguishing note: Candidates are about mobile app updates (OTA), not terminal internal state synchronization.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Terminal Buffer Synchronizations. Refine with filters or upvote what's useful.

Awesome Terminal Buffer Synchronizations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • railsware/uptermAvatar de railsware

    railsware/upterm

    19,083Ver en GitHub↗

    Upterm is a terminal emulator development project designed to render an interactive command-line interface. It provides emulation for standard terminals to maintain compatibility with complex command-line programs, text editors, and remote shells. The project focuses on shell workflow optimization through interactive command completion. This includes a state-driven suggestion engine that displays a suggestion box with command descriptions and expanded alias values while a user is typing. The system manages real-time input and output streams using pseudo-terminals and virtual terminal emulati

    Implements asynchronous synchronization between the terminal internal character grid and the remote process output stream.

    TypeScript
    Ver en GitHub↗19,083
  • vscode-neovim/vscode-neovimAvatar de vscode-neovim

    vscode-neovim/vscode-neovim

    7,689Ver en GitHub↗

    This project is a modal editing integration that embeds a full Neovim instance into Visual Studio Code. It functions as a modal text editor, providing native motions and keybindings for navigation and text manipulation through a buffer synchronization bridge. The integration features a Lua scripting interface for automating editor behavior and a coordination layer that maps Neovim motions to native Language Server Protocol actions for code navigation. It ensures consistency between the two environments using a shared clipboard provider and synchronized cursor and selection states. The system

    Synchronizes the state of modified buffers between the Neovim engine and the editor interface.

    TypeScript
    Ver en GitHub↗7,689
  1. Home
  2. Operating Systems & Systems Programming
  3. Terminal Buffer Synchronizations