|
#1
|
|||
|
|||
Display tab number on tab
How can we get the tab number displayed on the tab along with the name? I've used other tools (on mac) that dynamically put the tabl number along with the title. This is handy when you have many tabs open and want to use the keyboard shortcut (Alt+#) to switch between tabs.
|
#2
|
||||
|
||||
The ability for SecureCRT to natively name tabs with an index isn't currently a feature you can "turn on". There is now a feature request in place, and we'll post to this forum thread if a version of SecureCRT were ever to become available with this functionality as a native feature.
In the mean time, there is a script workaround that can be used to accomplish tab index numeral-naming. As there might be forum community members who desire this functionality in Python as well as VBScript, examples of both script ideas are provided here. RenameTabsUponConnect.py.txt (Python)The script can be used in any of the following ways:
--Jake
__________________
Jake Devenport VanDyke Software Technical Support YouTube Channel: https://www.youtube.com/vandykesoftware Email: support@vandyke.com Web: https://www.vandyke.com/support |
#3
|
|||
|
|||
Resurrecting an old thread, on the matter of renaming the tab upon connect.
As OP I like to have meaningful names in my tabs / windows. I use bastion hosts, so the script method can't work here, all tabs would have the bastion session name, so on the bastion host (unix) I used the following .ssh/config: Code:
Host * PermitLocalCommand yes LocalCommand echo -ne "\033]0;%n\007"
|
#4
|
|||
|
|||
Hi all,
As a note, we recommend, where possible (jumphost must support port forwarding), that everyone use Dependent Session for jumphost/bastion scenarios. This does allow the tab to be identified as the target host and not the jumphost/bastion server. See the YouTube channel video on Dependent Session functionality here.
__________________
Thanks, --Brenda VanDyke Software Technical Support support@vandyke.com (505) 332-5730 |
![]() |
Tags |
display , number , tab |
Thread Tools | |
Display Modes | |
|
|