PyRoom is the clone of Writeroom, a full-screen text editor, without buttons, menu, formatting, so you can focus on writing, and only writing, written in Python GTK, Free and free.
Usage:
Usage: pyroom [-v] [--style={style name}] file1 file2
style can be either 'blue', 'green', 'darkgreen'
Commands:
Control-H: Show help in a new buffer
Control-I: Show buffer information
Control-L: Toggle line number
Control-N: Create a new buffer
Control-O: Open a file in a new buffer
Control-Q: Quit
Control-S: Save current buffer
Control-Shift-S: Save current buffer as
Control-W: Close buffer and exit if it was the last buffer
Control-Y: Redo last typing
Control-Z: Undo last typing
Control-Page Up: Switch to previous buffer
Control-Page Down: Switch to next buffer
Control-Plus: Increases font size
Control-Minus: Decreases font size
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· This is a minor bugfix release that restored compatibility to python 2.4, removes gtk as a build dependency and adds some minor bugfixes.