March 24, 2019

112 words 1 min read

jmacdonald/amp

jmacdonald/amp

A complete text editor for your terminal.

repo name jmacdonald/amp
repo link https://github.com/jmacdonald/amp
homepage https://amp.rs
language Rust
size (curr.) 1739 kB
stars (curr.) 2091
created 2015-02-01
license GNU General Public License v3.0

Build Status

Amp: A text editor for your terminal.

Heavily inspired by Vi/Vim. Amp aims to take the core interaction model of Vim, simplify it, and bundle in the essential features required for a modern text editor.

Written with :heart: in Rust.

Amp’s internals (data structures, syntax highlighting, workspace management, etc.) have been built as a separate crate: scribe.

For a full overview, along with documentation and installation instructions, visit amp.rs.

Amp screenshot

Installation

If you have Rust >= 1.33.0 installed:

cargo install amp
comments powered by Disqus