Refactored vast-teleport for safer and simpler ssh invocation

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-07-23 19:17:28 -04:00
parent bb16143b0f
commit 38063915d6
2 changed files with 91 additions and 17 deletions

View file

@ -1 +0,0 @@
../../../../_home/private_dot_config/zellij/layouts/teleport.kdl

View file

@ -0,0 +1,16 @@
layout {
cwd "/Users/gal.szkolnik"
tab name="Teleport" hide_floating_panes=true {
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
pane command="zsh" cwd="/Users/gal.szkolnik" size="85%" {
args "-ic" "vast-teleport launch --from-zellij"
start_suspended true
}
pane size=1 borderless=true {
plugin location="zellij:status-bar"
}
}
}