Crate open_editor

Crate open_editor 

Source

Re-exports§

pub use editor::Editor;
pub use editor_call_builder::EditorCallBuilder;
pub use editor_kind::EditorKind;

Modules§

editor
editor_call_builder
editor_kind
errors

Functions§

edit_string
Edit a string in the default editor and return the result.
edit_string_mut
Edit a mutable string in place using the default editor.
open_editor
Open the default editor and return what was written in it.
open_file
Open a file in the default editor.