Skip to content

linarphy/py_ed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PY_ED

py_ed aim to be a clone of the famous ed text editor.

Prerequisites

  • Python >= 3.0.1

How to use

Replace

ed <rest of the command>

by

py_ed <rest of the command>

after adding py_ed to the $PATH.

By essence, py_ed try to give the same result than ed, if you see a difference, feel free to report the issue.

TODO

  • implement regex parsing and commands associated with it

License

MIT License, see LICENSE file for more information

Authors

Versioning

We use SemVer for versioning.