Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmacdonald/amp
A complete text editor for your terminal.
https://github.com/jmacdonald/amp
rust terminal text-editor vim
Last synced: 10 days ago
JSON representation
A complete text editor for your terminal.
- Host: GitHub
- URL: https://github.com/jmacdonald/amp
- Owner: jmacdonald
- License: other
- Created: 2015-02-01T19:23:14.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T15:23:37.000Z (6 months ago)
- Last Synced: 2024-05-17T16:37:33.420Z (6 months ago)
- Topics: rust, terminal, text-editor, vim
- Language: Rust
- Homepage: https://amp.rs
- Size: 2.05 MB
- Stars: 3,611
- Watchers: 53
- Forks: 103
- Open Issues: 96
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome - amp - A complete text editor for your terminal. (Rust)
- awesome-tuis - amp
- awesome-rust-tools - amp
- awesome-alternatives-in-rust - Amp - A complete text editor for your terminal. (Applications / Text editors)
- awesome-starred - jmacdonald/amp - A complete text editor for your terminal. (vim)
README
# 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.![Amp screenshot](screenshot.png?raw=true "Amp")
Written with :heart: in [Rust](http://rust-lang.org).
Amp's internals (data structures, syntax highlighting, workspace management, etc.)
have been built as a separate crate: [scribe](https://github.com/jmacdonald/scribe).For a full overview, along with documentation and installation instructions, visit [amp.rs](https://amp.rs).