📜 ⬆️ ⬇️

PuTTY Tabs

I have been using the PuTTY Telnet / SSH client for a long time, but I have always lacked tabs in it. Developers complain that, for the introduction of tabs, it is necessary to completely rewrite the entire GUI of the application, and we don’t see any valid reasons for changing the concept of a lightweight client. So the task has been hanging in the pool of improvements with a low priority status for a long time. Suffering users write a petition to the developers, and especially the “handy” ones hang all sorts of wrappers on PuTTY.

In search of a tolerable solution, I came across quite a worthy candidate: PuTTY Connection Manager (current version: beta 0.6.0.4822, freeware, no source)

PuTTY Connection Manager
')
Platform: C #, .NET Framework 2.0
OS: x32 Windows XP SP1 / SP2, Vista, 2000

The developer went in a simple way: he wrote a wrapper that embeds the graphic instances of PuTTY into the application's tabs. In this regard, there are some difficulties with the focus of the windows: when putty is active, the focus is removed from the manager’s window, and vice versa. The current solution (the alt + shift keystroke changes the focus between the wrapper and the terminal) is generally quite reasonable and does not cause any inconvenience when working.

From pleasant


What embarrassed


At first, I didn’t understand why the author didn’t add a hotkey to close the tab, later he realized that everything was ready in PuTTY: the Ctrl + C or Ctrl + D combination closes the connection and the terminal. True, dead compounds still have to be closed with the mouse.

In general, the application was like - a promising start. I hope the developer will not stop developing it and bring it to a stable release =)

Source: https://habr.com/ru/post/20302/


All Articles