edi is a text editor made completely in Bash, and designed to improve upon the original ed text editor, 54 years later. edi stands for ED Improved. We are currently at Edi 1.1!
- Fast and Lightweight: Edi is made entirely from bash, so its lightweight and easy
- Improvements: Lets you type commands a lot more easier. You can type
hfor a list of commands
You can view the full source code of edi on edi.sh
If you want to learn how edi works, want to see scripts of edi, go to the src/ directory.
- Install the install.sh file
- Open a terminal, and type the following:
chmod +x install.sh && ./install.sh. This makes the file executable, and executes the autoinstaller. - Done! Type
ediin the terminal and do your editing.
You are free to contribute, check the CONTRIBUTING.md file for guidelines.
This project is licensed under the GNU General Public License.
