awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesInteractive Text Replacers

Replacing matched text with user input, supporting interactive confirmation per match and project-wide batch replacement.

Distinct from Text Search and Replace: Distinct from Text Search and Replace: adds interactive confirmation per match, not just batch replacement.

Explore 3 awesome GitHub repositories matching data & databases · Interactive Text Replacers. Refine with filters or upvote what's useful.

Awesome Interactive Text Replacers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • sinelaw/freshالصورة الرمزية لـ sinelaw

    sinelaw/fresh

    5,914عرض على GitHub↗

    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

    Replaces matched text with interactive confirmation per match and project-wide batch replacement.

    Rustideterminal-basedtext-editor
    عرض على GitHub↗5,914
  • haujetzhao/capswriter-offlineالصورة الرمزية لـ HaujetZhao

    HaujetZhao/CapsWriter-Offline

    4,770عرض على GitHub↗

    CapsWriter-Offline is a suite of desktop tools that operates without an internet connection, combining local media browsing, voice dictation, audio and video transcription, and 360-degree media viewing into a single application. The project's core identity centers on providing offline functionality for both media handling and speech-to-text workflows. What distinguishes it is the integration of voice dictation with a persistent local storage layer that saves every audio recording and daily transcript logs, along with a rule-based text normalization engine that converts spoken number phrases a

    Applies user-defined phonetic and regex replacement rules to normalize recognized speech text.

    Python
    عرض على GitHub↗4,770
  • theprimeagen/99الصورة الرمزية لـ ThePrimeagen

    ThePrimeagen/99

    3,928عرض على GitHub↗

    This project is an AI-powered development tool and IDE extension designed for codebase searching, automated code refactoring, and prompt context management. It functions as an LLM-driven code editor that enables users to rewrite code, scan projects, and track task completion using large language models. The system features a prompt context manager that automatically attaches relevant files and rule sets to requests to improve accuracy. It includes a codebase search tool that uses natural language prompts to locate specific logic and provide explanatory notes across a project. The tool covers

    Captures visual editor coordinates to replace highlighted code blocks with generated AI responses.

    Lua
    عرض على GitHub↗3,928
  1. Home
  2. Data & Databases
  3. Text Pattern Matching
  4. Text Search and Replace
  5. Interactive Text Replacers

استكشف الوسوم الفرعية

  • AI-Generated Text ReplacementsReplacing selected text blocks in an editor with content generated by an AI model. **Distinct from Interactive Text Replacers:** Distinct from Interactive Text Replacers: replaces text specifically with AI-generated responses based on editor selections.
  • Phonetic and Regex ReplacementsUser-defined text replacement rules using phonetic fuzzy matching or regular expressions for recognized speech. **Distinct from Interactive Text Replacers:** Distinct from Interactive Text Replacers: applies phonetic matching and regex to speech recognition output, not interactive file editing.