Skip to content

pierredepascale/PyED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyED

PyED is an emacs like editor implemented entirely in Python

PyED project started in order to evaluate the Python language and its ecosystem. PyED follows closely the Emacs style of editor implementation with a command loop, buffer, point, mark, windows, commands, modes and keymaps.

Installing

The installation follows the standard Python guideline with a setup.py script. So running:

sudo python setup.py install

should do the trick.

Using the editor

Start the editor with the pyed command. To quit the editor, press 'C-c' (i.e control key and 'c').

About

An Emacs like editor implemented in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages