diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2021-10-29 14:10:31 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2021-10-29 14:10:31 -0400 |
| commit | f76665d5f66fecd78d77292a0540f7f562320254 (patch) | |
| tree | 9e5b57d1138122080e124282177834b49700b8b0 | |
| parent | 8412a27b5331437807e5de76787932e909f337aa (diff) | |
Added a README file and cleaned up the folder
| -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 |
