Terminals-Origin / Terminals

Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
Other
1.25k stars 235 forks source link

Feature Request: Update Window Title With Tab Name #210

Closed DaveSchopp closed 5 years ago

DaveSchopp commented 5 years ago

I use ManicTime Tracker for keeping track of time spent on projects and support requests. It captures window titles and the amount of time spent in each window.

Since I connect to multiple servers every day, it would help me track my time if the Terminals window title reflected the tab title.

As it is now, I have to try to manually track my time and when calls start coming in fast and furious, that's difficult to do.

I'm in the process of switching from Remote Desktop Manager, and that was one of the features that initially sold me on that product.

jerome-duchene commented 5 years ago

Hello DaveSchopp,

After checking the code, I see that this feature already exist in current version.

To enable it, go to the menu "Tools" > "Options". In the options, choose "Interface" and enable "Show connection information in tool tips" (you can also check "Show full information" if you want more details in the window title.

change config

The information are displayed like that: after changing config

Hope that correspond to your expection.

Jérôme

jirkapok commented 5 years ago

Yes, closing as answered.