Re-exports§
pub use editor_call_builder::EditorCallBuilder;
Modules§
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.