Skip to content
/ putty Public
forked from SilverGreen93/putty

PuTTY Plus. A fork of PuTTY with extra features.

License

Notifications You must be signed in to change notification settings

MosamXu/putty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PuTTY Plus

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.

Latest release

GitHub release (latest by date) Downloads (Latest Release) GitHub all releases

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

Features

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.

Colour themes

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.

Building and issue tracking

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.

License

MIT

For additional License information please read the LICENSE.txt included with the download

About

PuTTY Plus. A fork of PuTTY with extra features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.6%
  • Python 8.0%
  • Perl 1.0%
  • CMake 0.8%
  • Shell 0.4%
  • Makefile 0.1%
  • HTML 0.1%