Tagged Questions
Console is a Windows console window enhancement
10
votes
1answer
322 views
Use Console2 for Visual Studio debugging?
Is there a way to use the popular Console2 cmd.exe replacement for Visual Studio debugging? In other words, when I debug a console app under VS, I want it to use Console2 instead of cmd.exe.
7
votes
2answers
2k views
How do I enable msysgit colored output when using console2
I'm having a hard time enabling git colored output on windows when using console2.
To trick git I've already SET TERM = 'cygwin'. This enabled the colors from a standard cmd.exe prompt but not in ...
3
votes
8answers
1k views
Programming a terminal emulator, what's in it?
This is related somewhat to this question about a better shell terminal/gui-interface for cmd.exe
In my quest to find a better shell terminal, the only useful thing I came across was Console2, other ...
1
vote
1answer
106 views
Can Console2 be used with Powershell?
I'm a big Console2 fan, and I've recently been introduced to the power of PowerShell. Is it possible to have the latter (aka the PowerShell interpretive shell) inside the former?
1
vote
2answers
311 views
How do I configure Console2/Git Bash to run different scripts in different tabs?
Firstly, my apologies for possibly incorrect terminology. I'm coming at this from a windows background and have only Windows and DOS knowledge with which to express my needs.
Background
I am using ...
1
vote
1answer
285 views
How do you get iPython to run on Console2? [closed]
How do you really get iPython to run on Console2? The instructions on the iPython site are not correct: http://ipython.scipy.org/moin/IpythonOnConsole. (it says the Shell needs to be set to: cmd.exe ...
1
vote
1answer
381 views
console2 - how to make it fullscreen?
Is there any way to make console2 go fullscreen? I edit settings and increase window and buffer size but when I restart settings are reset to 63 rows in window size.
0
votes
1answer
60 views
Suspending a process in bash running inside console2
In other terminals I would press Ctrl+z to suspend an application, often to then issue bg to send it into background.
In console2 Ctrl+z does nothing, probably because the key combination has a ...
0
votes
1answer
95 views
Is it possible to make a script that runs commands on Console 2?
I use Win XP.
I have no admin rights on this computer, so I'm not allowed to access the System variables. I can run a batch file, but it annoys me that both cmd and Console 2 are then running.
I would ...
0
votes
1answer
74 views
windows cmd doesn't type hebrew characters form Ruby app
I have a XML that contains also Hebrew characters, but when typing (the Windows 'CAT') it to the screen - it shows Gibrish. So, I installed Console2 and changed encoding (chcp) to either 862 or 1255 ...
0
votes
0answers
33 views
How can i get colored out put for Cucumber in windows?
I am using console2; how to get the colored output of cucmber in it?. Is it possible?
0
votes
2answers
145 views
How to make console2 open in a specific folder?
With cmd, I can do
cmd /K cd /D "c:\repo"
to open cmd in c:\repo
How to do the same with console2 when using cmd as a shell?
0
votes
1answer
115 views
Consoles and Tabs
When I start the tomcat server from console using the startup.bat script, a new command window opens which is filled with java logging statements.
I use Console2 which leverages tabs for each open ...