A shitty text editor
You will need:
- A linux machine
- gcc
- make
This is because the code utilises two header files that are not availabe on Windows:
- sys/ioctl.h
- termios.h
To build:
- Download this repo
- Enter the directory
- Run
make
to create the binary - Run
make install
to copy the binary to path - Enjoy
- It acts as a code editor as well
- Syntax highlighting available in:
- Search in file
- Thats about it for now. It's WIP
* 1.0.0 Initial Release