Lej77 / tab-count-in-window-title

6 stars 1 forks source link

[Request] Display current tab # #3

Closed AeliusSaionji closed 4 years ago

AeliusSaionji commented 5 years ago

Where the tab furthest left is 1 and the second tab 2 and so on, I'd like to be able to see where I sit in my stack. If I have 4 tabs open and I'm currently looking at the 3rd tab, I'd want my window title to read [3/4].

Thanks!

Lej77 commented 5 years ago

Thanks for the idea, I'll take a look at this when I get time!

Lej77 commented 4 years ago

Hello! Its been a while but I have released a new version of the extension (v5.0) that has a %ActiveTabIndex% placeholder that should do what you want. You could use a preface format like [%ActiveTabIndex%/%TabCount%] %IfWindowName(%WindowName% | ,)% to get your desired outcome.

AeliusSaionji commented 4 years ago

Thanks!