Crates.io | amp |
lib.rs | amp |
version | 0.7.1 |
source | src |
created_at | 2015-03-11 17:08:08.532723 |
updated_at | 2024-10-05 15:33:49.881086 |
description | A complete text editor for your terminal. |
homepage | https://amp.rs |
repository | https://github.com/jmacdonald/amp |
max_upload_size | |
id | 1553 |
size | 1,310,853 |
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.