Skip to content

JeffreySmith/ed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project to re-implement the posix editor ed in c++ with some additional features like editline support. If running ed++ in OpenBSD, pledge is enabled.

Build instructions

git clone https://github.com/JeffreySmith/ed.git
cd ed
mkdir build
cd build
cmake .. && make
./ed++ [-p string] [-v] [filename]

About

A c++ recreation of the posix editor 'ed'

Resources

License

Stars

Watchers

Forks

Releases

No releases published