Open tennox opened 9 months ago
I'd like to know the current tab title - I found these:
❯ export | rg -i zellij ZELLIJ 0 ZELLIJ_PANE_ID 10 ZELLIJ_SESSION_NAME unflappable-ukulele #lol ❯ zellij action query-tab-names Tab #1 Test Tab Name
But no way to know which tab I'm in, so I don't see a way currently.
zellij action query-tab-name
ZELLIJ_TAB_ID 1 ZELLIJ_TAB_NAME Test Tab Name
Can PR, if I get a go & guidance which way to go :tipping_hand_man:
Oh, agree: bash -c ' zellij action query-tab-names | sed -n "$(($ZELLIJ_TAB_ID + 1))p" '
Would love to have this feature.
I'd like to know the current tab title - I found these:
But no way to know which tab I'm in, so I don't see a way currently.
Ideas
Can PR, if I get a go & guidance which way to go :tipping_hand_man: