Skip to content

The great standard text editor, now rewritten in Rust.

License

Notifications You must be signed in to change notification settings

earthtraveller1/ed-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ed

Ed, man! !man ed

As we all know, ed is the standard text editor, and is also the path to redemption. Unfortunately, it is currently written in C, which is an unsafe language. This project is an effort to rewrite the glorious ed editor in none other than Rust.

QuickStart

Assuming that you have Rust 1.72.0 or later installed that targets your native target triple.

cargo run --release

The commands are the same as in normal ed. To open a file.

cargo run --release -- filename

About

The great standard text editor, now rewritten in Rust.

Resources

License

Stars

Watchers

Forks

Languages