public signal property cwd as String:
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))