med is a text editor written in rust language. This project is revised from hecto project. However, this project aims to provide cross-platform compatability utilizing crossterm and also to mimic subset of vi/vim's frontend.
med your_file.txtWhile vim's frontend is unimplemented, use Esc to quit and Ctrl+S to save.
This project is under MIT license.
The predecessor project hecto is under Creative Commons CC BY 4.0 which is compatible with the MIT license.