Skip to main content

open_tui_program

Function open_tui_program 

Source
pub fn open_tui_program<P>(program: &str, current_path: P) -> Result<()>
where P: AsRef<Path>,
Expand description

Directly open a a TUI application The TUI application shares the same window as fm. If the user picked “shell”, we use the environment variable $SHELL or bash if it’s not set.