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
·
micro-editor avatar

micro-editor/micro

0
View on GitHub↗
28,854 Stars·1,328 Forks·Go·MIT·6 Aufrufemicro-editor.github.io↗

Micro

Micro is a terminal-based text editor designed for use within command-line interfaces. It provides a keyboard-centric environment for creating and modifying source code and configuration files without requiring a graphical desktop system.

The editor features a modular architecture centered on a plugin-driven system and an embedded scripting engine. Users can extend core functionality, automate workflows, and customize editor behavior by writing scripts or installing external extensions through a centralized package management system. This extensibility allows for the integration of custom commands and behaviors tailored to specific project requirements.

The application supports multi-cursor editing, enabling simultaneous text manipulation across multiple document locations to accelerate repetitive tasks. It also includes syntax-aware tokenization for real-time visual styling and provides an integrated terminal workflow that allows users to run shell sessions and command-line tools within split-pane views.

The software is distributed as a static, self-contained binary, ensuring portability and consistent performance across different operating systems without the need for external dependencies.

Features

  • Text Editors - Provides a terminal-based environment for creating and modifying source code.
  • Plugin Systems - Provides a centralized package management system that dynamically loads external scripts to augment the editor.
  • Terminal Text Editors - Provides a keyboard-centric text editing environment that runs directly within a command-line interface for efficient file manipulation.
  • Editor Configurations - Customize editor settings and keybindings through configuration files or extend core functionality by writing custom scripts in a lightweight scripting language to match your personal workflow.
  • Editor Extensions - Automate repetitive tasks and introduce new features by installing and running custom scripts that interact with the core application to modify its behavior and improve your productivity.
  • Editor Plugins - Adding new features and modifying core behavior through a plugin system to tailor the development environment to specific project requirements.
  • Scripting Engines - Embeds a lightweight virtual machine that allows users to extend core editor functionality through custom scripts.
  • Terminal User Interfaces - Draws the interface directly to the terminal emulator using escape sequences for a responsive experience.
  • Code Editors - Intuitive terminal-based text editor.
  • Command Line Tools - Listed in the “Command Line Tools” section of the The Book Of Secret Knowledge awesome list.
  • Developer Tools and CLIs - Terminal-based text editor.
  • Integrated Terminals - Runs interactive shell sessions and command-line tools directly inside a split-pane view.
  • Syntax Highlighters - Parses source code into distinct language elements to apply visual styling and color themes.
  • Text Editing Utilities - Enables simultaneous modifications across multiple document locations to accelerate repetitive coding and data entry tasks.
  • Deployment Utilities - Bundles the entire application and its runtime dependencies into a single executable file to ensure portability.
  • Deployment Packaging - Packages all necessary dependencies into a single executable file for immediate deployment across diverse operating systems.
  • Syntax Highlighting Themes - Apply visual styling to source code across dozens of programming languages using built-in themes that support a wide range of color palettes and display modes for readability.

Star-Verlauf

Star-Verlauf für micro-editor/microStar-Verlauf für micro-editor/micro

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Micro

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Micro.
  • zyedidia/microAvatar von zyedidia

    zyedidia/micro

    28,858Auf GitHub ansehen↗

    Micro is an extensible terminal text editor that supports mouse interaction and intuitive keyboard shortcuts for editing files in a command line environment. It functions as a multi-cursor editor with syntax highlighting and a plugin system for adding custom functionality and automation scripts. The editor distinguishes itself through simultaneous editing across multiple cursors and a script-based extension system. It enables the automation of repetitive editing tasks via macro recording and playback of keystroke sequences. The project covers workspace management through split-screen panes a

    Go
    Auf GitHub ansehen↗28,858
  • oi-wiki/oi-wikiAvatar von OI-wiki

    OI-wiki/OI-wiki

    26,176Auf GitHub ansehen↗

    This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming. It serves as a centralized repository for algorithmic theory, data structures, and mathematical techniques, providing a structured reference for informatics and collegiate programming competitions. The project distinguishes itself by integrating educational content with a robust suite of automation utilities. It provides a complete workflow for competitive programming, including tools for automated test case generation, solution verification, and direct interaction with onlin

    TypeScriptacm-icpcacm-icpc-handbookalgorithms
    Auf GitHub ansehen↗26,176
  • antirez/kiloAvatar von antirez

    antirez/kilo

    8,767Auf GitHub ansehen↗

    Kilo is a small-scale text editor implemented in C to demonstrate low-level systems programming. It provides a command line interface for modifying and saving text files directly within a terminal. The editor includes built-in string search and navigation capabilities to locate text within a file. It also applies colors to source code based on language patterns to provide syntax highlighting.

    C
    Auf GitHub ansehen↗8,767
  • helix-editor/helixAvatar von helix-editor

    helix-editor/helix

    44,911Auf GitHub ansehen↗

    Helix is a terminal-based modal text editor designed for efficient code manipulation and navigation. It centers on a selection-first editing model, where operations are performed on active ranges rather than individual cursor positions, allowing for precise control over text and code structures. The editor distinguishes itself through deep integration with structural parsing and language intelligence. By utilizing an incremental parsing library, it builds concrete syntax trees that enable advanced features like structural code navigation, intelligent indentation, and syntax-aware text object

    Rustkakounerusttext-editor
    Auf GitHub ansehen↗44,911
Alle 30 Alternativen zu Micro anzeigen→

Häufig gestellte Fragen

Was macht micro-editor/micro?

Micro is a terminal-based text editor designed for use within command-line interfaces. It provides a keyboard-centric environment for creating and modifying source code and configuration files without requiring a graphical desktop system.

Was sind die Hauptfunktionen von micro-editor/micro?

Die Hauptfunktionen von micro-editor/micro sind: Text Editors, Plugin Systems, Terminal Text Editors, Editor Configurations, Editor Extensions, Editor Plugins, Scripting Engines, Terminal User Interfaces.

Welche Open-Source-Alternativen gibt es zu micro-editor/micro?

Open-Source-Alternativen zu micro-editor/micro sind unter anderem: zyedidia/micro — Micro is an extensible terminal text editor that supports mouse interaction and intuitive keyboard shortcuts for… oi-wiki/oi-wiki — This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming.… antirez/kilo — Kilo is a small-scale text editor implemented in C to demonstrate low-level systems programming. It provides a command… helix-editor/helix — Helix is a terminal-based modal text editor designed for efficient code manipulation and navigation. It centers on a… microsoft/vscode-tips-and-tricks — This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a… codeeditapp/codeedit — CodeEdit is an open-source integrated development environment and native macOS code editor. It provides a workspace…