Dino Korah
Dino Korah
Thanks, @wez. I didn't know that before. Let me see if I can formulate a workaround. It would be nice if WezTerm would support the save and restore approach with...
Hi @wez, I tried but no luck. ```bash ssh() { local saved_title=$(wezterm cli list --format json | q -r ".[] | select(.pane_id==$WEZTERM_PANE) | .title") command ssh "$@" wezterm cli set-tab-title...
Sorry @wez there was an error in the script I posted .. copy paste error. The error still.persists; just to be clear.
@wez When you get a chance, can you please review my comments and script above to see if a workaround can be made. Thanks
Is it at all possible to add a `cli` command for `set-panel-title`?