
Atom
A hackable text editor for the 21st Century. At GitHub, we're building the text editor we've always wanted. A tool you can customize to do anything, but also use productively on the first day without ever touching a config file.
Edile is a basic but useful text editor for Linux, Mac OSX and other unix-like operating systems. Written in Python, Edile is implemented in a single source code file...
edile is a basic but useful text editor for linux, mac osx and other unixlike operating systems. written in python, edile is implemented in a single source code file and requires no installation you simply execute the source code file. edile requires python, pygtk and if you have gtksourceview installed it will use that for syntax highlighting, line numbering and other things. edile is something between a script and an app you can pipe text into it to create a new document, use a plugin file loaded locally or over the network to execute custom functions on your document.
portable text-editor editors source-code-editor