From 4a93800780ce21586930d26712e303b4b603bbdf Mon Sep 17 00:00:00 2001 From: Nathan Vegdahl Date: Sat, 13 Dec 2014 19:22:40 -0800 Subject: [PATCH] Added readme and todo files. --- readme.md | 4 ++++ todo.md | 1 + 2 files changed, 5 insertions(+) create mode 100644 readme.md create mode 100644 todo.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..8a6e457 --- /dev/null +++ b/readme.md @@ -0,0 +1,4 @@ +Led +=== + +Led is a simple console-based text editor, inspired loosely by [Zed](http://zedapp.org). \ No newline at end of file diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..3152cfd --- /dev/null +++ b/todo.md @@ -0,0 +1 @@ +- Implement useful iterators for the Text Rope. \ No newline at end of file