To set up a preconfigured tab in Marko Bozikovic’s Console app to launch an instance of a msysGit shell, go to Edit > Settings > Tabs > Add and enter the settings in the image below. msysGit not only provides git but alo most UNIX commands including grep, less, and even Ctrl-R
For a mySQL shell tab, enter this in the Shell field:
C:\Program Files\MySQL\MySQL Server 5.1\bin\mysql.exe -uroot -ppassword
For a PostgreSQL shell tab, enter this in the Shell field:
C:\Program Files\PostgreSQL\8.3\bin\psql.exe -Upostgres -ddatabase
This is useful for Windows users that want multi-tabbed UNIX shells in Windows. Console provides a nice tabbed interface to command shells. Also you can add executables to the PATH, by right clicking on My Computer > Advanced System Settings > Environment Variables
Also, I used http://converticon.com/ to generate icons for the tabs. Be sure to save multiple resolutions in the .ico file so that the icons also show up when you hit Alt-Tab