McFrappe / reditor

A text editor written in Rust. Look is inspired by Vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reditor (Rust Editor)

A simple text editor writtein in Rust. Does nothing fancy (yet). It literally just allows you to edit text, and save. You can also use it to create a new file with text in it :).

asciicast

To run, simply use:

cargo run [file]
  • [file] specify which file you would like to open reditor with. This argument is optional.

Acknowledgements

I followed this guide to implement the text editor in Rust.

About

A text editor written in Rust. Look is inspired by Vim.


Languages

Language:Rust 100.0%