summaryrefslogtreecommitdiff
path: root/README.md
blob: 8cabc1bb7d9e71f2edcddb7dcaa549b801adc348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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