tdryer / editor

Simple curses-based text editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%