Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacek0x/pretty-putty
Pretty PuTTY
https://github.com/jacek0x/pretty-putty
putty putty-color-schemes solarized-color-schemes
Last synced: 2 months ago
JSON representation
Pretty PuTTY
- Host: GitHub
- URL: https://github.com/jacek0x/pretty-putty
- Owner: jacek0x
- Created: 2018-05-29T20:41:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T12:40:36.000Z (7 months ago)
- Last Synced: 2024-11-09T01:03:58.050Z (2 months ago)
- Topics: putty, putty-color-schemes, solarized-color-schemes
- Language: PowerShell
- Homepage:
- Size: 447 KB
- Stars: 304
- Watchers: 9
- Forks: 64
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pretty PuTTY
Make PuTTY pretty and apply modern PuTTY settings.## Installation
1. Download one of the .reg files found in this repository.
1. Open the downloaded file in a text editor.
1. Replace `FOO%20BAR` with the PuTTY session name you would like to modify.
1. Save your edit.
1. Double click the .reg file.
1. You're done! Launch the PuTTY session you modified to see how it looks.## Screenshots
![Solarized Light Color Scheme](screenshot_light.PNG)
*Light color scheme*![Solarized Dark Color Scheme](screenshot_dark.PNG)
*Dark color scheme*## Features
* Solarized color scheme
* 256 color support
* UTF-8 character support
* Consolas 12pt ClearType font
* Linux style copy-and-pasting (middle click to paste)
* Scrollback buffer set to 2000 lines
* Seconds between keepalives set to 59
* Mouse pointer hides while typing
* Initial window size set to 80x40## Thanks
* to Ethan Schoonover and everybody that contributed to [solarized PuTTY](https://github.com/altercation/solarized/tree/master/putty-colors-solarized).
* to Jeff Blaine and everybody that contributed to [modern PuTTY defaults](https://github.com/jblaine/solarized-and-modern-putty).