Skip to content

tdryer/editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple curses-based text editor

Features:

  • curses interface with line numbers and mode display
  • open/write/create files
  • some vim-like movement commands
  • line wrapping
  • scrolling
  • non-printing character display

To run:

python -m editor

To test:

pip install -r requirements.txt
py.test

Some ideas from The Craft of Text Editing.

About

Simple curses-based text editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages