Skip to content

TobiasTheDanish/sed

Repository files navigation

sed (simple editor)

sed is a simple text editor made as a side project, inspired by tsoding's ded, though not as dramatic.

Quick start

# 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>

Features

  • 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

Known bugs

About

The Simple EDitor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published