Is a text editor built in rust for learning rust. It's rust implementation of kilo.
Text viewerScrollingAdd Grapheme support- Text Editor
- Syntax highlighting
- Search
- Make it cross platform, currently only working on unix based platform. (find alternative for termion)
- Clone the repo.
- Navigate into the repo.
- In the terminal enter
cargo run <file_name>
orcargo run
to run ferrum text. - Press
ctrl-q
to exit ferrum text.