diff options
| -rw-r--r-- | README.md | 16 | ||||
| -rw-r--r-- | jed.class | bin | 5028 -> 0 bytes | |||
| -rw-r--r-- | jed.jar | bin | 3321 -> 0 bytes | |||
| -rw-r--r-- | tests/ed.txt (renamed from ed.hup) | 0 | ||||
| -rw-r--r-- | tests/test.txt (renamed from test.txt) | 0 |
5 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8cabc1b --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# JED - Jacob's ed + +Jed is a line mode text editor written in Java. It is similar to ed but not a clone, infact the commands are changed. It currently works but has much room for improvement. + +## Building Jed + +``` +make +sudo cp jed /usr/bin/jed && sudo cp jed.jar /usr/bin/jed.jar +``` + +## TODO + +- Rewrite Parser function + +- Add Regex support
\ No newline at end of file diff --git a/jed.class b/jed.class Binary files differdeleted file mode 100644 index 10132fc..0000000 --- a/jed.class +++ /dev/null diff --git a/jed.jar b/jed.jar Binary files differdeleted file mode 100644 index 6addd07..0000000 --- a/jed.jar +++ /dev/null diff --git a/test.txt b/tests/test.txt index 6ac09a5..6ac09a5 100644 --- a/test.txt +++ b/tests/test.txt |
