https://github.com/rayslash/oran
Rust text editor
https://github.com/rayslash/oran
Last synced: 8 months ago
JSON representation
Rust text editor
- Host: GitHub
- URL: https://github.com/rayslash/oran
- Owner: RaySlash
- License: gpl-3.0
- Created: 2024-01-17T10:25:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T09:22:04.000Z (over 2 years ago)
- Last Synced: 2025-02-08T12:46:30.607Z (over 1 year ago)
- Language: Rust
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```shell
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](https://www.flenker.blog) for his blog on the same topic.
- Rust Community 🤟