awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesGrid Range Operations

Bulk editing and data movement operations across a range of spreadsheet cells.

Distinct from Batch Data Operations: Focuses on UI-driven cell ranges (autofill, paste) rather than database record batching.

Explore 3 awesome GitHub repositories matching data & databases · Grid Range Operations. Refine with filters or upvote what's useful.

Awesome Grid Range Operations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • myliang/x-spreadsheetAvatar myliang

    myliang/x-spreadsheet

    14,601Vezi pe GitHub↗

    x-spreadsheet is an HTML5 canvas spreadsheet component and web-based data grid designed for high-performance data display and cell manipulation. It serves as an interactive web component that allows users to manage structured data within a browser-based interface. The project includes an XLSX file serializer that imports and exports spreadsheet state using binary XML formats compatible with Excel. It also features a locale-aware UI framework that translates interface labels and date formats through configurable language objects. The component covers a broad range of capabilities including fo

    Accelerates data entry through copying, cutting, pasting, and autofilling across cell ranges.

    JavaScriptcanvases6excel
    Vezi pe GitHub↗14,601
  • martanne/visAvatar martanne

    martanne/vis

    4,634Vezi pe GitHub↗

    Vis este un editor de text modal bazat pe terminal care utilizează keybinding-uri vi și un sistem de expresii regulate structurale. Acesta funcționează ca un mediu scriptabil unde Lua este utilizat pentru configurare, mapări de taste personalizate și dezvoltarea de plugin-uri. Editorul se distinge printr-un sistem de evidențiere a sintaxei bazat pe Parsing Expression Grammars și un motor de potrivire a tiparelor care tratează textul ca pe o structură pentru operațiuni complexe de căutare și înlocuire. De asemenea, se integrează direct cu shell-ul sistemului, permițând utilizatorilor să trimită intervale de text către comenzi externe și să captureze rezultatul. Proiectul oferă capabilități largi pentru manipularea textului, inclusiv utilizarea mai multor cursoare și selecții, un graf orientat pentru istoricul de undo și redo neliniar și o interfață cu mai multe ferestre randată prin secvențe de escape VT-100. Utilizatorii pot defini mișcări și operatori personalizați prin API-ul de scripting încorporat. Aplicația poate fi compilată într-un singur binar legat static pentru portabilitate.

    Executes text manipulation actions on ranges defined by motions or structural addresses.

    C
    Vezi pe GitHub↗4,634
  • folke/flash.nvimAvatar folke

    folke/flash.nvim

    3,903Vezi pe GitHub↗

    flash.nvim is a label-based navigation engine and motion plugin for Neovim. It provides a system for fast cursor repositioning by marking targets across the screen with unique characters, allowing for instant movement to specific characters, search matches, and code structures. The plugin extends navigation through Tree-Sitter integration, enabling the identification and selection of parent nodes and structural code blocks. It further distinguishes itself by supporting multi-window cursor movement, allowing users to search for patterns and jump between different files or split windows using a

    Allows users to define the range of a text operation by selecting a distant label target.

    Luaneovimneovim-plugin
    Vezi pe GitHub↗3,903
  1. Home
  2. Data & Databases
  3. Batch Data Operations
  4. Grid Range Operations

Explorează sub-etichetele

  • Text Operation Range TargetingDeferring a text operation until a target range is defined via a navigation label. **Distinct from Grid Range Operations:** Distinct from grid range operations as it focuses on modal operator targeting in a text editor, not spreadsheet cells.
  • Text OperatorsActions that perform modifications on a range of text defined by a motion or address. **Distinct from Text Operation Range Targeting:** Focuses on the execution of the modification action rather than the targeting of the range.