summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2021-10-29 14:10:31 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2021-10-29 14:10:31 -0400
commitf76665d5f66fecd78d77292a0540f7f562320254 (patch)
tree9e5b57d1138122080e124282177834b49700b8b0
parent8412a27b5331437807e5de76787932e909f337aa (diff)
Added a README file and cleaned up the folder
-rw-r--r--README.md16
-rw-r--r--jed.classbin5028 -> 0 bytes
-rw-r--r--jed.jarbin3321 -> 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
deleted file mode 100644
index 10132fc..0000000
--- a/jed.class
+++ /dev/null
Binary files differ
diff --git a/jed.jar b/jed.jar
deleted file mode 100644
index 6addd07..0000000
--- a/jed.jar
+++ /dev/null
Binary files differ
diff --git a/ed.hup b/tests/ed.txt
index 842c1cd..842c1cd 100644
--- a/ed.hup
+++ b/tests/ed.txt
diff --git a/test.txt b/tests/test.txt
index 6ac09a5..6ac09a5 100644
--- a/test.txt
+++ b/tests/test.txt