pub fn write_notify_working_directory<W: Write>(
w: &mut W,
url: &str,
) -> Result<()>Expand description
Notify the terminal of the current working directory with ESC ] 7 ; <url> BEL.
url is emitted verbatim and should normally be a file://host/path URL such as file://localhost/home/user/project.