An open API service indexing awesome lists of open source software.

https://github.com/pingu-73/ferrum_text

Text Editor written in Rust (based on Kilo).
https://github.com/pingu-73/ferrum_text

Last synced: about 2 months ago
JSON representation

Text Editor written in Rust (based on Kilo).

Awesome Lists containing this project

README

        

# ferrum_text
Is a text editor built in rust for learning rust. It's rust implementation of [kilo](https://viewsourcecode.org/snaptoken/kilo/).

# To-Do:
- ~~Text viewer~~
- ~~Scrolling~~
- ~~Add [Grapheme](https://en.wikipedia.org/wiki/Grapheme) support~~
- Text Editor
- Syntax highlighting
- Search
- Make it cross platform, currently only working on unix based platform. (find alternative for termion)

# Usage:
- Clone the repo.
- Navigate into the repo.
- In the terminal enter `cargo run ` or `cargo run` to run ferrum text.
- Press `ctrl-q` to exit ferrum text.