python-editor icon indicating copy to clipboard operation
python-editor copied to clipboard

Programmatically open an editor, capture the result.

Results 12 python-editor issues
Sort by recently updated
recently updated
newest added

If a user edits a new, non-existent file and decides to *not* save it, `edit()` will return `None` instead of raising an exception. On `master`, when not saving the file...

The 'file' argument for edit() should be 'filename' in the documentation