Skip to main content

Module cwd

Module cwd 

Source
Expand description

Current working directory notifications through OSC 7.

§Category

OSC 7 communicates a process working-directory URL to the terminal so shell integration can associate panes, tabs, or windows with a path.

§OSC framing

The writer emits ESC ] 7 ; <url> BEL. The URL payload is passed through unchanged and should normally be a file://host/path URL.

§Mode interaction

No terminal mode controls OSC 7 emission. Terminals that do not implement the notification ignore it as an ordinary OSC string.

Functions§

write_notify_working_directory
Notify the terminal of the current working directory with ESC ] 7 ; <url> BEL.