micro-editor/micro

A modern and intuitive terminal-based text editor

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 59 minutes ago
Added to GitGenius on September 1st, 2026
Created on March 11th, 2016
Open Issues & Pull Requests: 978 (+2)
GitHub issues: Enabled
Number of forks: 1,360
Total Stargazers: 29,537 (+1)
Total Subscribers: 256 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.6 hours
Mean response time: 162.0 days
90th percentile: 314.5 days
Tracked items: 570

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "feature" is answered fastest, typically in about 5 hours, while "question" waits about 25 hours. 70% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 243
New in 7 days: 1
Closed in 7 days: 14
Avg open age: 1,026 days
Stale 30+ days: 215
Stale 90+ days: 193

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 11
Events in 7 days: 18

Top labels

  • bug (62)
  • feature (41)
  • triage (28)
  • question (18)
  • major (16)
  • enhancement (12)
  • help wanted (4)
  • invalid (3)

Detailed Description

Micro is a terminal-based text editor that runs in the command line with a modern, intuitive interface. It solves the problem of making terminal editing accessible to users who find traditional editors like Vim or Emacs difficult to learn. The tool achieves this by providing familiar keybindings and mouse support within a terminal environment, allowing developers to edit files without leaving the command line while maintaining a gentler learning curve than modal editors.

Micro suits developers who spend significant time in terminal environments but prefer not to master complex modal editing paradigms. It works well for quick edits, scripting work, and remote server access where a graphical editor is unavailable. The project is cross-platform, running on Linux, macOS, and Windows, making it useful for teams with heterogeneous development environments. It is written in Go, which contributes to its fast startup time and minimal resource footprint compared to heavier editors.

The development activity shows consistent engagement with the codebase. Pull requests are reviewed and merged regularly, indicating active maintenance. Issues receive responses from maintainers, demonstrating attention to user-reported problems and feature requests. The project accepts contributions from the community, with merged pull requests showing that external developers can successfully add functionality. Release cycles occur periodically, providing users with bug fixes and new features over time.