klyn.gui.windows.TerminalWidget.cwd
signal
public signal property cwd as String:
Description

Current working directory used for newly opened terminal tabs.

Setting this property also changes the active terminal directory. The value is updated when the active TerminalView reports a new cwd.

terminal.cwd = Path.userHome.toString()
Binding.watch(terminal::cwd, lambda(value: Object): print(value))