DEV Community

Discussion on: The Best Free Standalone Terminals for Windows 10 (2020)

Collapse
 
khanaza2 profile image
khanaza2 • Edited

This also should be considered.
IVT Secure Access: ivtssh.nl/
It has a lot of elegant features.
Single sign-on: Support for GSSAPI allows password-less login using SSH or Telnet with your Windows credentials. It has many ways to login without the need for typing passwords.

Quick search like “Spotlight”: Just press 1-2 characters of the server name to quickly select the server to connect. It is far better than the tedious job of going through the saved list of saved sessions manually.

Automatically highlight warning and error messages on screen. Red for "error, failed", yellow for "warnings" and green for "success, passed". This is great when running something that produces a lot of output on the screen. The colored text is very difficult to miss. More keywords can also be added to have them highlighted by default.

Automatically logs all sessions to a file name that is displayed on the screen. The list can be accessed with a keyboard short cut and each listing can be clicked to open the corresponding file in default editor. This eliminates the need to open the file and search for different warnings and errors manually after a big verbose script that also logs.

Mouse Support. Any filename on screen listed with an error message can be directly clicked with mouse to open it in default editor. IVT can even generate VI commands to allow positioning of the cursor with the mouse within this popular Unix editor. The user can program a combination of keyboard and mouse keys to trigger a user-defined script.

Built-in WinSCP support, drag & drop file transfer The terminal has built-in WinSCP support and function like "start WinSCP to this host, send the file to this server, send the file to windows host", that does not require any extra logging step. Alternatively, drop a file on the terminal window and it will be transferred to the host.

Tabbed window support The terminal supports the tabs in a single window and easy navigation keys “CTRL + arrows”.

Each tab has a progress indicator. The terminal has a progress indicator on each tab for the session they represent. A grey moving clock for showing terminal is still running the last command. A green "checked" box for command completed. This eliminates the need to go to different sessions to check the completion of a long-running command.

VT220 compatibility: IVT scores 110 out of 110 on the vttest compatibility test. The highest rating found for PuTTY is 82, which means various older programs that require exact emulation will work with IVT and fail with PuTTY.

Supports traditional search It also supports "CTRL-F" with which you can search for something on-screen and history buffer in upwards/downwards direction.

Run command simultaneously on every logged-in session. If you have to run something on every "logged-in session", like an update, build, etc., the terminal has a capability to run the same command on every logged-in terminal and after it is started, the progress indicators on each tab will show the status of that command on every machine.

Color schemesThe terminal has many color-schemes built-in that fulfill the coloring need for everyone.

Launch Duplicate session with keyboard shortcuts. The launched session is the exact duplicate of the session it duplicates (same host, user, and working directory).

Map actions/scripts to keyboard keys: The default setting of the terminal is good enough for everybody but it can be customized to use each and every keyboard shortcut to run scripts/tasks and that means that doing some specific things on different servers is just a keyboard key press away.

X-Server: The terminal can be easily integrated with X-server.

Configurable: It has literally hundreds of configurable options, which allow IVT to be customized to fit any given situation or environment. Scripts can dynamically change all settings to configure sessions automatically.