awesome-repositories.comKategorienBlog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesInput State Buffers

In-memory buffers used to decouple user input state from terminal rendering logic.

Distinct from Buffer-Based Storage: Distinct from Buffer-Based Storage: focuses on tracking interactive input state for UI logic rather than staging file I/O for persistence.

Explore 8 awesome GitHub repositories matching development tools & productivity · Input State Buffers. Refine with filters or upvote what's useful.

Awesome Input State Buffers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • prompt-toolkit/python-prompt-toolkitAvatar von prompt-toolkit

    prompt-toolkit/python-prompt-toolkit

    10,498Auf GitHub ansehen↗

    This project is a Python terminal user interface library and toolkit designed for building interactive command-line applications. It provides a terminal input manager and a widget toolkit for rendering dashboards, menus, and editors within a terminal emulator. The library enables the creation of full-screen terminal interfaces and interactive shells. It distinguishes itself with advanced input handling, including lexer-based syntax highlighting for visual feedback on code structure and support for industry-standard keyboard navigation modes such as Emacs and Vi. The capability surface covers

    Provides independent text buffers to track input state separately from the terminal display logic.

    Python
    Auf GitHub ansehen↗10,498
  • akavel/upAvatar von akavel

    akavel/up

    8,836Auf GitHub ansehen↗

    Up is an interactive shell pipeline tool and Linux pipeline builder designed for prototyping text-processing sequences. It provides a terminal user interface for constructing chains of shell commands while displaying real-time data transformations. The tool allows for the iterative development of command sequences with an instant live preview of processing results. Once a sequence is finalized, it functions as a shell script generator that exports the completed pipeline into a reusable script file. The workspace includes capabilities for terminal data exploration and text processing workflow

    Provides an input buffer to capture data streams for iterative processing and manual EOF signaling.

    Go
    Auf GitHub ansehen↗8,836
  • siddharthvaddem/openscreenAvatar von siddharthvaddem

    siddharthvaddem/openscreen

    7,282Auf GitHub ansehen↗

    OpenScreen is screen recording and editing software used to capture screen video and audio with an integrated timeline for trimming, cropping, and playback adjustments. It functions as a comprehensive system for recording, annotating, and exporting audio-visual content. The project includes a dynamic zoom editor for applying manual or cursor-following zooms with adjustable depth and easing. It features a local caption generator that uses on-device transcription to create voiceover captions without uploading data to external servers. Additional specialized tools allow for the integration of we

    Implements buffers to capture raw screen and audio streams for subsequent encoding.

    TypeScriptelectronopen-sourcepixijs
    Auf GitHub ansehen↗7,282
  • louthy/language-extAvatar von louthy

    louthy/language-ext

    7,057Auf GitHub ansehen↗

    language-ext is a functional programming framework for C# that provides a suite of immutable data structures and monadic types. It enables the implementation of pure functional programming patterns, utilizing containers to manage side effects, optional values, and error handling. The library is distinguished by its advanced concurrency and state management tools, including a software transactional memory system and lock-free atomic references. It also provides specialized utilities for distributed systems, such as vector clocks for causality tracking and deterministic data conflict resolution

    Buffers incoming values for later consumption and supports transformations via contravariant mapping.

    C#
    Auf GitHub ansehen↗7,057
  • yourtion/30daymakeosAvatar von yourtion

    yourtion/30dayMakeOS

    6,412Auf GitHub ansehen↗

    30dayMakeOS is an educational hobby operating system project designed for the x86 architecture. It implements a monolithic kernel and a custom bootloader that transitions the CPU from real mode to 32-bit protected mode to enable flat memory addressing. The project focuses on low-level system development, featuring a custom graphics driver for direct pixel-buffer rendering and window management without an existing operating system. It includes an x86 bootloader that loads the kernel from disk into memory. The system covers core kernel capabilities including round-robin task scheduling for pro

    Uses a FIFO buffer to decouple hardware interrupt data from the system's processing handlers.

    Casmbootc
    Auf GitHub ansehen↗6,412
  • sinelaw/freshAvatar von sinelaw

    sinelaw/fresh

    5,914Auf GitHub ansehen↗

    Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge

    Retrieves buffer metadata like file path, modification status, and syntax highlights for plugin logic.

    Rustideterminal-basedtext-editor
    Auf GitHub ansehen↗5,914
  • lzybkr/psreadlineAvatar von lzybkr

    lzybkr/PSReadLine

    4,304Auf GitHub ansehen↗

    PSReadLine ist ein Kommandozeilen-Editor für PowerShell, der fortgeschrittene Zeilenbearbeitung und Befehlshistorienverwaltung bietet. Er fungiert als Tool-Suite zur Verbesserung der interaktiven Shell-Erfahrung durch eine von Bash inspirierte Implementierung von Bearbeitung, Completion, Mapping, Synchronisierung und Hervorhebung. Das Projekt enthält eine interaktive Completion-Engine zur Navigation durch Vorschläge über ein Menüsystem und ein Keyboard-Mapping-Tool zur Zuweisung von Shortcuts für benutzerdefinierte Aktionen. Zudem bietet es einen Sitzungshistorien-Synchronisierer, der die Befehlshistorie automatisch über mehrere aktive Terminal-Sitzungen hinweg speichert und teilt, sowie einen Syntax-Highlighter, der Farben auf Kommandozeilentexte basierend auf Sprachmustern anwendet. Das System deckt eine breite Palette an UI-Verbesserungen ab, einschließlich mehrzeiliger Eingabebearbeitung, interaktiver Historien-Suche und tokenbasierter Cursor-Navigation. Es verwaltet zudem Textpuffer, um Undo- und Redo-Operationen für die Textmanipulation in der Kommandozeile zu unterstützen.

    Maintains an internal representation of the input line to support undo, redo, and multi-line editing.

    C#
    Auf GitHub ansehen↗4,304
  • mattdiamond/recorderjsAvatar von mattdiamond

    mattdiamond/Recorderjs

    4,237Auf GitHub ansehen↗

    Recorderjs is a Web Audio API recording library and buffer capture tool used for capturing real-time audio output from processing nodes. It functions as a client-side audio capture utility that records sound directly within a web browser. The project provides a WAV file exporter that converts captured audio buffers into downloadable binary large objects. This allows audio data to be saved as standard Waveform Audio File Format files for local storage or playback. The library manages audio streams using floating-point arrays to maintain data fidelity and supports the export of raw stereo buff

    Implements mechanisms to redirect Web Audio API node output into custom buffers for real-time recording.

    JavaScript
    Auf GitHub ansehen↗4,237
  1. Home
  2. Development Tools & Productivity
  3. Text Buffer Manipulations
  4. Buffer-Based Storage
  5. Input State Buffers

Unter-Tags erkunden

  • Buffer Metadata QueriesRetrieving metadata about a buffer such as file path, modification status, length, and syntax highlights for use in plugin logic. **Distinct from Input State Buffers:** Distinct from Input State Buffers: focuses on querying buffer metadata for plugin consumption, not decoupling input state from rendering.
  • Stream Capture Buffers2 Sub-TagsBuffers used to hold incoming data streams for repeated processing or manual control. **Distinct from Input State Buffers:** Focuses on capturing and re-injecting data streams, not just tracking UI state
  • Stream Control BuffersBuffers used to freeze and manipulate the timing of input streams for shell commands. **Distinct from Input State Buffers:** Focuses on flow control and EOF injection for processing, not just UI state