Go to file
2024-06-08 16:51:27 +02:00
src Update code for Ropey 2 method rename. 2024-06-08 16:51:27 +02:00
sub_crates/backend Update code for Ropey 2 method rename. 2024-06-08 16:51:27 +02:00
.gitignore Updated to work with more recent library versions. Also RustFmt. 2016-03-05 02:40:01 -08:00
Cargo.lock Update code for Ropey 2 method rename. 2024-06-08 16:51:27 +02:00
Cargo.toml Port to Ropey 2.0-alpha. 2024-06-08 07:58:58 +02:00
ideas.md More notes about how I want undo to work. 2020-01-31 20:18:12 +09:00
LICENSE-APACHE Update readme to make the nature of the project clear. 2022-03-31 10:11:32 -07:00
LICENSE-MIT Update readme to make the nature of the project clear. 2022-03-31 10:11:32 -07:00
README.md Update readme to make the nature of the project clear. 2022-03-31 10:11:32 -07:00

Led

Led is a humble and simple console-based text editor, written in Rust and using Ropey as its text buffer.

License

This project is licensed under either of

at your option.

Copyright © 2022 Nathan Vegdahl.

Contributing

This is a personal, experimental, for-fun project, and I am specifically not looking for contributions of any kind. All PRs will be rejected without review.

However, feel free to fork this into an entirely new project, or examine the code for ideas for a project of your own.