Go to file
Nathan Vegdahl 9c302620e9 Updating to use the new Ropey.
This is mainly just for kicks and giggles, since it really won't
work quite properly anyway, due to the lack of grapheme indexing.
The next real thing is to... well, start from scratch.
2017-12-30 23:10:56 -08:00
src Updating to use the new Ropey. 2017-12-30 23:10:56 -08:00
.gitignore Updated to work with more recent library versions. Also RustFmt. 2016-03-05 02:40:01 -08:00
Cargo.lock Updating to use the new Ropey. 2017-12-30 23:10:56 -08:00
Cargo.toml Updating to use the new Ropey. 2017-12-30 23:10:56 -08:00
LICENSE.txt Added a copyright license. 2015-01-21 20:41:01 -08:00
readme.md Updated description in readme file. 2015-02-25 20:09:16 -08:00
todo.md Finished converting codebase back to plain Rope's. 2015-02-22 18:13:10 -08:00

Led

Led is a simple console-based text editor.

The long-term goals of Led are to be a scriptable, cross-platform code editor with both a console and GUI interface that you can take with you wherever you go. It's a long ways off from that at the moment, however.

Other projects that inspire the general direction of Led include Zed, Vim, and Emacs.