Skip to content

pingu-73/ferrum_text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ferrum_text

Is a text editor built in rust for learning rust. It's rust implementation of kilo.

To-Do:

  • Text viewer
  • Scrolling
  • Add 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 <file_name> or cargo run to run ferrum text.
  • Press ctrl-q to exit ferrum text.

About

Text Editor written in Rust (based on Kilo).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages