by October 9, 2011
onFor all of you that don’t know Console2: it’s a Windows console replacement that among others includes support for multiple tabs, text-editor like selection, transparency and configurable fonts.
Now that I just happened to visit Scott Hanselman’s blog in order to read about a good initial startup configuration I decided to write a short post about Console2 too.
d:\bin\
).Console2.exe
executableThe following configuration example is heavily inspired by Scott Hanselman’s great blog post about Console2 and slightly modified to my own preference. The following points are a few recommendations on how to configure Console2:
Edit → Settings
Console
Appearance → More
Appearance
Behavior
Ctrl-T
Ctrl-C
Ctrl-V
%comspec% /k "D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vsvarsall.bat"
%SystemRoot%\syswow64\WindowsPowerShell\v1.0\powershell.exe
D:\msysgit\bin\sh.exe --login -i
If you intend to use Console2 with git, I would recommend to not modify your default font color unlike Scott Hanselman suggests. With a modified font color you will loose the shell coloring git provides i.e. on using commands like git diff
.