Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text editor inspired by ed with multiple undos

Functionalities

text editor with multiple commands

c change lines (x,yc)

change from line x to line y after the command, the multiple lines are inserted

d delete lines (x,yd)

delete from line x to line y

p print lines (x,yp)

print from line x to line y

u undo (xu)

undo the last x changes

r redo (xr)

redo the last x changes

Goal of the project

create a text editor efficient for both time and space constraints.

Project score

30L

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages