pub fn open_with_hook( path: &Path, command: &str, init_script: &str, ) -> Result<bool>
Open path with command and run init_script inside the resulting window.
path
command
init_script