jmacdonald/amp

A complete text editor for your terminal.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 5 minutes ago
Type:ApplicationCategory(s):Editors & IDEsDeveloper Tools
Added to GitGenius on September 16th, 2026
Created on February 1st, 2015
Open Issues & Pull Requests: 95 (+0)
GitHub issues: Enabled
Number of forks: 111
Total Stargazers: 4,126 (+0)
Total Subscribers: 49 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 36.5 hours
Mean response time: 51.1 days
90th percentile: 57.6 days
Tracked items: 11

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 7
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 815 days
Stale 30+ days: 7
Stale 90+ days: 7

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • 0.7 (1)
  • accepted (1)
  • investigating (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Amp is a terminal text editor written in Rust that provides a complete editing environment for command-line workflows.

Amp addresses the need for a modern, accessible text editor in the terminal by combining familiar editing paradigms with a focus on usability. The tool draws inspiration from Vim's modal editing model while aiming to reduce the learning curve typically associated with modal editors. It provides core text editing functionality within a terminal interface, allowing developers to edit files without leaving the command line or switching to graphical applications.

Developers considering Amp should understand that it targets users who want modal editing capabilities but prefer a more approachable alternative to traditional Vim. The project suits developers working primarily in terminal environments who value both power and accessibility. Those already comfortable with Vim may find Amp's design philosophy interesting as a modernized take on modal editing, though the README does not make explicit comparisons to other editors that would clarify specific feature differences or trade-offs.

Development activity on the project shows consistent engagement with the codebase, with regular commits addressing both new functionality and maintenance. The maintainer actively responds to issues and pull requests, indicating ongoing stewardship of the project. Work spans across multiple areas including core editing features, terminal handling, and user interface improvements, suggesting a holistic approach to development rather than focus on a single narrow aspect.