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

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

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

3 个仓库

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

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

    myliang/x-spreadsheet

    14,601在 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
    在 GitHub 上查看↗14,601
  • martanne/vismartanne 的头像

    martanne/vis

    4,634在 GitHub 上查看↗

    Vis 是一个基于终端的模态文本编辑器,利用 vi 键绑定和结构化正则表达式系统。它作为一个可脚本化的环境,使用 Lua 进行配置、自定义键映射和插件开发。 该编辑器的特色在于基于解析表达式语法 (PEG) 的语法高亮系统,以及将文本视为复杂搜索和替换操作结构的模式匹配引擎。它还直接与系统 Shell 集成,允许用户将文本范围通过管道传输到外部命令并捕获输出结果。 该项目提供了广泛的文本操作功能,包括使用多个光标和选区、用于非线性撤销和重做历史的定向图,以及通过 VT-100 转义序列渲染的多窗口界面。用户可以通过嵌入式脚本 API 定义自定义动作和运算符。 该应用可编译为单个静态链接的二进制文件,以实现可移植性。

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

    C
    在 GitHub 上查看↗4,634
  • folke/flash.nvimfolke 的头像

    folke/flash.nvim

    3,903在 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
    在 GitHub 上查看↗3,903
  1. Home
  2. Data & Databases
  3. Batch Data Operations
  4. Grid Range Operations

探索子标签

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