Crate open_editor

Source

Re-exports§

pub use editor_call_builder::EditorCallBuilder;

Modules§

editor_call_builder
errors

Functions§

edit_in_editor
Open the default editor and allows editing of a string.
edit_in_editor_with_env_vars
Similar to edit_in_editor, but allows specifying the environment variables to use to find the editor.
edit_mut_in_editor
Open the default editor and allows editing of a mutable string.
edit_mut_in_editor_with_env_vars
Similar to edit_mut_in_editor, but allows specifying the environment variables to use to find the editor.
open_editor
Open the default editor and returns what was written in it.
open_editor_with_env_vars
Similar to open_editor, but allows specifying the environment variables to use to find the editor.