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).
- Host: GitHub
- URL: https://github.com/pingu-73/ferrum_text
- Owner: pingu-73
- Created: 2024-03-12T05:56:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T08:28:15.000Z (about 1 year ago)
- Last Synced: 2024-03-17T17:20:03.664Z (about 1 year ago)
- Language: Rust
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.