PuTTY Plus is a fork of PuTTY (https://git.tartarus.org/simon/putty.git) which aims to keep up-to-date with the original project, but add small extra quality of life features.
All releases are available for download at https://github.com/SilverGreen93/putty/releases
Documentation is available at https://www.chiark.greenend.org.uk/~sgtatham/putty/docs.html
In addition to all features in PuTTY, the following were added:
- Mouse scroll wheel changes font size when used with Control key. Always active.
- The number of scrolled lines can be customized per mouse scroll wheel tick to offer a more smooth scrolling experience. See Window settings for configuration.
- Connection errors now display in the terminal instead of a separate message box, to prevent user disruption when having multiple terminals opened.
The PuTTY Plus release comes with 3 colour themes available in a separate registry file:
- Color server (included also in the Default Settings)
- Green console
- Orange console
When installing the themes, they will overwrite any existing PuTTY themes with the same name.
The recomended font for the terminal is JetBrains Mono.
The project was built with cmake under MSYS2 MINGW64 on Windows.
The plus branch is the main branch of this project. The branch called main is an exact copy of Simon's PuTTY repository.
Build instructions:
cmake .
cmake --build .
Clean instructions:
cmake --build . --target clean
To request new features or report any found issues, use the Issues tab.
MIT
For additional License information please read the LICENSE.txt included with the download