text-editor/README.md

14 lines
579 B
Markdown

# text-editor [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) [![Built with Garnix](https://img.shields.io/static/v1?label=Built%20with&message=Garnix&color=blue&style=flat&logo=nixos&link=https://garnix.io&labelColor=111212)](https://garnix.io)
## Usage
1. Install Rust. I recommend using [rustup](https://rustup.rs/).
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