PuTTY alternative
I recently ran across an open-source replacement called Cmder for Windows. Based on ConEmu, it bills itself as a “portable console emulator for Windows”. I find it a great replacement for PuTTY, Console, and Powershell. Cmder has a huge number of benefits:
- Cmder allows you to create a ssh session simply by typing ssh user@host — I’m immediately in love
- Cmder is easy on the eyes, with attractive fonts, default Monokai color scheme, and resizable windows
- If you get the “full” version, you get bash emulation with a Unix-y environment, including ls, grep, and even git
- Cmder will run off a USB stick
- … and it’s free (MIT License)