PyRoom - клон Writeroom, полноэкранный текстовый редактор без кнопок и меню
0.032 MB|License: GPL v3
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
Requirements:
· Python