awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zyedidia avatar

zyedidia/micro

0
View on GitHub↗
28,858 स्टार्स·1,328 फोर्क्स·Go·MIT·14 व्यूज़micro-editor.github.io↗

Micro

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 and tabbed layouts, alongside text manipulation features like diff gutter change tracking and system clipboard integration. It also includes development utilities such as linting and error integration to surface code analysis results within the interface.

Features

  • Terminal Text Editors - Provides a terminal-based interface to create and modify text files using keyboard and mouse interactions.
  • Text Buffers - Implements a memory-efficient line-based text buffer for rapid document manipulation.
  • Editor Scripting APIs - Provides a script-based extension system allowing users to add custom functionality via external scripts.
  • Multi-Cursor Editing - Supports simultaneous text manipulation across multiple active cursors.
  • Plugin Systems - Features a modular plugin system for installing and managing community-maintained extensions.
  • Syntax Highlighters - Applies color and visual formatting to source code for numerous programming languages.
  • Integrated Code Editing - Provides a full environment for writing source code with integrated highlighting and linting.
  • Text Editors - A general-purpose text editor supporting advanced features like multi-cursor editing.
  • Syntax Highlighters - Applies regex-based color schemes to source code to improve readability.
  • Terminal-Based Interfaces - Renders an interactive user interface using character-based grids and terminal escape sequences.
  • Command Line Automation Tools - Automates repetitive text editing tasks through the use of recorded keystroke macros.
  • Customizable Shortcut Systems - Allows users to reassign default keyboard shortcuts to customize their editing workflow.
  • Macro Recorders - Includes a macro recorder to capture and replay keystroke sequences for task automation.
  • Mouse Selection Support - Supports mouse-driven text selection, including double-clicking for words and triple-clicking for lines.
  • Split Screen Layouts - Organizes the workspace by dividing the screen into multiple panes or using tabs to switch between open files.
  • Terminal Workspace Layouts - Organizes multiple open files using split panes and tabbed layouts within the terminal.
  • Gutter Visualizations - Visualizes additions, deletions, and modifications in the margin of the text area to track document changes.
  • Editor Pane Layouts - Divides the terminal screen into discrete regions to support split-screen and side-by-side file viewing.
  • Code Editors - Terminal-based text editor with intuitive controls.
  • Terminal Text Editors - Modern and intuitive terminal-based text editor.
  • Text and Code Editors - Modern terminal-based editor with mouse and plugin support.
  • Text Editors - Modern and intuitive terminal-based text editor.
  • Text Editors - Modern and intuitive terminal editor.

स्टार हिस्ट्री

zyedidia/micro के लिए स्टार हिस्ट्री चार्टzyedidia/micro के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

zyedidia/micro क्या करता है?

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.

zyedidia/micro की मुख्य विशेषताएं क्या हैं?

zyedidia/micro की मुख्य विशेषताएं हैं: Terminal Text Editors, Text Buffers, Editor Scripting APIs, Multi-Cursor Editing, Plugin Systems, Syntax Highlighters, Integrated Code Editing, Text Editors।

zyedidia/micro के कुछ ओपन-सोर्स विकल्प क्या हैं?

zyedidia/micro के ओपन-सोर्स विकल्पों में शामिल हैं: sinelaw/fresh — Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar… curlpipe/ox — Ox is an extensible code editor and integrated development environment. It functions as a terminal-integrated text… slap-editor/slap — Slap is a terminal-based text editor designed to mimic the user experience and interface of a graphical code editor… mhinz/vim-galore — Vim-galore is a comprehensive technical reference and curated guide for mastering the Vim text editor. It serves as a… textmate/textmate — TextMate is a programmable text editor designed for software development and project management. It functions as a… helix-editor/helix — Helix is a terminal-based modal text editor designed for efficient code manipulation and navigation. It centers on a…

Micro के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Micro के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • sinelaw/freshsinelaw का अवतार

    sinelaw/fresh

    5,914GitHub पर देखें↗

    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

    Rustideterminal-basedtext-editor
    GitHub पर देखें↗5,914
  • curlpipe/oxcurlpipe का अवतार

    curlpipe/ox

    3,706GitHub पर देखें↗

    Ox is an extensible code editor and integrated development environment. It functions as a terminal-integrated text editor that combines source code editing with an embedded interactive command-line shell. The editor is distinguished by its programmable nature, utilizing a custom scripting API to integrate external functionality such as AI assistance and productivity tools. It further enables automation through an event-capture macro system for recording and playing back editing sequences. Core capabilities include multi-cursor editing, rule-based syntax highlighting, and a hierarchical file

    Rust
    GitHub पर देखें↗3,706
  • slap-editor/slapslap-editor का अवतार

    slap-editor/slap

    6,184GitHub पर देखें↗

    Slap is a terminal-based text editor designed to mimic the user experience and interface of a graphical code editor within a command-line environment. It functions as both a text editor and a text-user interface file manager, providing a navigable sidebar for organizing and switching between files and directories. The editor is built for extensibility through a plugin system that allows the loading of external scripts and packages to add new features and core functionality. Users can customize the editor workflow by remapping keyboard shortcuts, adjusting performance parameters, and modifying

    JavaScript
    GitHub पर देखें↗6,184
  • mhinz/vim-galoremhinz का अवतार

    mhinz/vim-galore

    17,883GitHub पर देखें↗

    Vim-galore is a comprehensive technical reference and curated guide for mastering the Vim text editor. It serves as a central resource for users seeking to understand the philosophy, command structure, and advanced customization capabilities required to operate professional-grade modal text editors effectively. The project distinguishes itself by providing a deep dive into efficient editing workflows, plugin management, and automation strategies within a terminal-based environment. It covers the full spectrum of editor mastery, from fundamental modal navigation and text manipulation to comple

    Vim scriptawesomeawesome-listguide
    GitHub पर देखें↗17,883
Micro के सभी 30 विकल्प देखें→