19
votes
10answers
3k views
Is there a better Windows “Terminal” application?
I loath working on the command line in Windows, primarily because the terminal application is wretched to use compared to terminal applications on linux and OS X. Major complaints
No standard …
15
votes
10answers
3k views
Calling Bash Commands From Ruby
How do I call console/bash commands from inside of a Ruby Program? Also, how do I get output from these commands back into my program?
11
votes
12answers
3k views
What’s a good alternative Windows console?
UPDATE (solution)
Months later someone turned me on to an awesome solution to this. If you install Git for Windows, it comes with this console app called Git Bash that does exactly what I descibed. I …
11
votes
8answers
1k views
C# Console?
Does anyone know if there is a c# Console app, similar to the Python or Ruby console? I know the whole "Compiled versus Interpreted" difference, but with C#'s reflection power I think it could be …
10
votes
7answers
1k views
How can I update the current line in a C# Windows Console App?
When building a Windows Console App in C#, is it possible to write to the console without having to extend a current line or go to a new line? For example, if I want to show a percentage representing …
10
votes
16answers
1k views
Best font for terminal
Hi,
I like to find some new/interesting fixed width fonts for terminal console.
We all know Lucida / Courier, what else?
Anyone?
So, the winner is Consolas (which indeed is built in in new …
10
votes
6answers
4k views
How do I call controller/view methods from the console in Rails?
When I load script/console, some times I want play with the output of a controller or a view helper method.
Are there ways to:
simulate a request?
call methods from a controller instance on said …
9
votes
4answers
297 views
Program both as Console and GUI
Is it possible to (and if so, how do I) make a single program work both as a console application and a GUI version using Delphi 2007?
What I am after is that if the program is run with the …
8
votes
5answers
2k views
Polling the keyboard in python
How can I poll the keyboard from a console python app? Specifically, I would like to do something akin to this in the midst of a lot of other I/O activities (socket selects, serial port access, …
8
votes
8answers
3k views
How to make Visual Studio Pause after executing a console app in debug mode?
I have a collection of boost unit tests I want to run as a console application.
When I'm working on the project and I run the tests I would like to be able to debug the tests and I would like to have …
8
votes
3answers
2k views
Capturing the Console Output in .NET (C#)
Hi i want to invoke the Console application from my application but i would like to capture all the output generated in the console. (Remember, i dont want to save the information first in a file and …
8
votes
8answers
2k views
How to add a Timeout to Console.ReadLine()?
I have a console app in which I want to give the user x seconds to respond to the prompt. If no input is made after a certain period of time, program logic should continue. We assume a timeout means …
7
votes
3answers
388 views
What exactly is the effect of Ctrl-C on C++ Win32 console applications?
Is it possible to handle this event in some way?
What happens in terms of stack unwinding and deallocation of static/global objects?
7
votes
4answers
551 views
Why 3 threads for a basic single threaded c# console app?
I created a console app in c# with a single console.readline statement. Running this app within visual studio and stepping into the debugger shows 7 thread in the thread window (6 worker threads, one …
7
votes
5answers
1k views
Why does my QT4.5 app open a console window under Windows?
I've been playing around with Qt Creator 4.5 under Linux. My application builds just fine under Linux, but if I build in Windows, the app always opens a console window at startup.
Can I stop it doing …
