text-editor/README.md

579 B

text-editor No Maintenance Intended Built with Garnix

Usage

  1. Install Rust. I recommend using rustup.
  2. Run cargo run -- <filename> to open filename with the editor.

Supported features

  1. Navigating using arrow keys
  2. Adding new lines
  3. Deleting and backspacing across line boundaries
  4. Saving to disk