red - A Rust Editor

red is a line-oriented text editor, based on the popular ed utility. It has two modes: command mode and input mode. In command mode the input characters are interpreted as commands, and in input mode they are interpreted as text.

Some of the history of ed is discussed in the article "Where Vim Came From".

Installation

cargo install --git https://github.com/badboy/red

Usage

$ red file.txt a Hello World! . w 13 1,$p Hello World! q

Available commands

Not (yet) implemented

License

MIT. See LICENSE.


This file was written with red.