Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 441 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 441 Bytes

Oran 🫐

A simple text editor made in rust. This is currently WIP. I am writing this to improve my knowledge in computing. This is a flake.

Usage

nix develop
cargo build

TODO

  • Print inputs on new buffer
  • Implement tree-sitter
  • Ability to save and open files
  • Avoid clearing terminal on exit

Credits

  • Huge Thanks to Flenker for his blog on the same topic.
  • Rust Community 🤟