diff options
Diffstat (limited to 'editors/py-editor/pkg-descr')
-rw-r--r-- | editors/py-editor/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/py-editor/pkg-descr b/editors/py-editor/pkg-descr new file mode 100644 index 000000000000..6f0a0b679076 --- /dev/null +++ b/editors/py-editor/pkg-descr @@ -0,0 +1,8 @@ +The editor Python library allows users to open their default text +editor or a specified editor to edit existing files, new files, or +temporary files. It blocks execution while the user edits the text +and then returns the file's contents. + +The library determines the editor to use based on the VISUAL or +EDITOR environment variables, or defaults to 'Notepad' on Windows +and 'vim' otherwise. |