awesome-repositories.com
Blog
awesome-repositories.com

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

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

1 Repo

Awesome GitHub RepositoriesEditor Background Processes

Spawning and managing long-running processes from within an editor with process ID tracking.

Distinct from Background Processing: Distinct from Background Processing: focuses on spawning processes from an editor context with cancellation and status checks, not general job queues.

Explore 1 awesome GitHub repository matching part of an awesome list · Editor Background Processes. Refine with filters or upvote what's useful.

Awesome Editor Background Processes GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 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

    Starts long-running commands from within the editor and returns process IDs for management.

    Rustideterminal-basedtext-editor
    Auf GitHub ansehen↗5,914
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Background Processing
  5. Editor Background Processes