18
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
11answers
5k views
Print in terminal with colors using python ?
I want to print in the terminal with colors ? how can I do that in python ?
Another questions what is the best character that when it is printed it look like a box [brick] ?
I want to print colored …
14
votes
9answers
1k views
CMD.exe replacement
Does anyone know of a good Command Prompt replacement? I've tried bash/Cygwin, but that does not really meet my needs at work because it's too heavy. I'd like a function-for-function identical …
12
votes
3answers
1k views
What’s a good Java, curses-like, library for terminal applications?
I would like to write a Java terminal application that does screen manipulation. Are there any good libraries out there that allow you to manipulate the screen like curses in the *nix/C world?
…
10
votes
9answers
661 views
Expert R users, what’s in your .Rprofile?…
This question is maybe a little too cute, but I have always found startup profile files of other people both useful and instructive about the language. Moreover, while I have some customization for …
10
votes
8answers
2k views
Open terminal here in Mac OS finder
Is there something similar to the "Open Command Window Here" Windows Powertoy for Mac OS? I've found a couple plugins through a google search but wanted to see what works best for developers out …
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 …
9
votes
10answers
2k views
Help me make my windows cmd.exe console work more like a Linux terminal
The windows terminal (the user-interface around tex-applications like cmd.exe) really sucks.
There is so much that the Unix-style terminals do that the windows terminal apparantly cannot do, for …
9
votes
5answers
757 views
Prettify my gdb
Is there a way to highlight and color gdb output during interactive debugging?
Please don't reply I should use ddd, nemiver, emacs, vim, or any other front-end, I just prefer gdb as it is, but would …
9
votes
7answers
793 views
What are the Mac OS X terminal choices?
I am reasonably happy with Terminal.app and very unhappy with iTerm (the damn thing keeps crashing), but am I missing out on a better, more feature rich OS X terminal?
8
votes
5answers
138 views
Text editors with built-in terminal?
I've found Kate when I tried out SUSE; I've become 'addicted' to the built-in terminal feature that no other editor seems to have. The terminal can be automatically synchronized to the built-in file …
8
votes
2answers
502 views
Creating a ctrl+tab keybinding in PuTTY
I'd like to be able to map the vim commands :tabnext and :tabprev to CTRL+TAB and CTRL+SHIFT+TAB respectively. Unfortunately, I seem to be running into the problem where PuTTY eats these character …
7
votes
7answers
4k views
Mac OS X Terminal: Move cursor word by word
Is there any way in the OS X Terminal to move the cursor word by word?
I knwo the combination CTRL+A to jump to the beginning of the current command, and CTRL+E to jump to the end.
But is there any …
5
votes
1answer
131 views
How do I detect whether sys.stdout is attached to terminal or not?
Is there a way to detect whether sys.stdout is attached to a console terminal or not? For example, I want to be able to detect if foo.py is run via:
$ python foo.py # user types this on console
OR
…
5
votes
6answers
312 views
reuse vim instance from linux terminal
By making use of the remote feature in vim, is it possible to reuse an instance of vim to load up multiple files as needed.
It will be nice to have that facility from within the same terminal …
