sed is a simple text editor made as a side project, inspired by tsoding's ded, though not as dramatic.
# clone repo and enter folder
git clone https://github.com/TobiasTheDanish/sed.git
cd sed
# the make command expects a build folder
mkdir build
# build the the executable
make
# run the program
./sed <filepath>
- Multiline text editing
- Read/write text from/to file
- Zoom in/out
- Scrolling of window
- Line numbers
- Multiple files
- Fast text navigation (vim motions)
- Syntax highlighting