Skip to content
/ editor Public
forked from seeM/editor

Minimal terminal text editor written in Python and curses

Notifications You must be signed in to change notification settings

jepler/editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

editor

A minimal terminal text editor for CircuitPython written in Python with a tiny curses subset called "dang".

Check out the accompanying tutorial for the original editor

... How to build a text editor with Python and curses, which walks you through series of fifteen incremental coding problems concluding in a minimal text editor.

The tutorial was featured in Episode 221 of the PythonBytes podcast by Michael Kennedy and Brian Okken.

Credits

Many thanks to the following people and projects for sharing their great work, upon which a lot of this was based!

  • Wasim Lorgat (@seeM), from whom the CircuitPython version is forked
  • Many thanks to Pavel Spirhanzl and Alexandre Pajak for their keen eyes in identifying bugs in early versions.
  • Gary Bernhardt's Text Editor From Scratch screencast.
  • Anthony Sottile's babi.
  • nano source.
  • Emacs source. In my opinion, the best way to explore the source is through Emacs' built-in help commands.

About

Minimal terminal text editor written in Python and curses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%