Tagged Questions

A terminal or command-line interface is a text-only interface for interacting with an operating system or a piece of software. A user typically types commands into the terminal to perform specific tasks. Software may provide terminal only interfaces to their program, or may provide an terminal interface in addition to a GUI. Non-programming questions should be posted on unix.stackexchange.com

learn more… | top users | synonyms

143
votes
16answers
48k 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 ...
123
votes
16answers
49k 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 ...
97
votes
12answers
25k views

Is there any way in the OS X Terminal to move the cursor word by word?

I know 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 way to jump word by word, like Alt+←/→ in Cocoa applications ...
81
votes
16answers
29k 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 ...
55
votes
19answers
7k 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 ...
42
votes
10answers
16k 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 ...
33
votes
4answers
69k views

How to run a .sh-script in an Unix console/Mac terminal?

I know it, forgets it and relearn it again. Time to write it down.
33
votes
3answers
9k 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? ...
28
votes
5answers
15k views

Mac OS X Terminal Colors

I'm new to Mac having just got one after working with Ubuntu Linux for some time. Among the many things I'm trying to figure out is absence of colors in my the terminal window - like the ones that are ...
27
votes
5answers
7k views

Scrolling inside Vim in Mac's Terminal

I've been googling around trying to figure out if it's possible to use my mouse wheel to scroll while inside Vim in Mac's Terminal, with no luck. It seems as if only X11 or iTerm support this. Before ...
22
votes
7answers
9k views

How to get console window width in python

Is there a way in python to programmatically determine the width of the console? I mean the number of characters that fits in one line without wrapping, not the pixel width of the window. Edit ...
20
votes
3answers
4k views

Ubuntu, vim, and the solarized color palette

I'd really like to get in on all the colorful goodness of the solarized colorscheme, but I can't seem to get it configured just right. I have the main solarized file in my .vim/colors folder, ...
20
votes
5answers
17k views

Get current working directory name in Bash Script

How would I get just the current working directory name in a bash script, or even better, just a terminal command. pwd gives the full path of the current working directory, e.g. '/opt/local/bin' but ...
19
votes
6answers
4k 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 ...
18
votes
18answers
15k views

Alternate fonts for console windows?

I like to find some new/interesting fixed width fonts for console. We all know Lucida/Courier, what else? Update So, the winner is Consolas (which indeed is built in in new Windows 7) Jeff had ...
17
votes
6answers
5k views

Getting terminal width in C?

I've been looking for a way to get the terminal width from within my C program. What I keep coming up with is something along the lines of: #include <sys/ioctl.h> #include <stdio.h> int ...
16
votes
5answers
2k views

How do I output coloured text to a Linux terminal?

How do I print coloured characters to a Linux terminal that supports it? I'm using C++ for this program, but I think that might be irrelevant. EDIT: And secondly, how do I tell if it supports colour ...
16
votes
13answers
12k views

OS X Terminal: Meta key + alt functionality at the same time

Is there a way to use "alt/option" key as a meta key but still be able to use the key to make some characters which need it? For example in my local keyboard layout: @ is alt-2 \ is alt-shift-7 | ...
16
votes
10answers
8k views

Help me make my windows cmd.exe console work more like a Linux terminal

The windows terminal (the user-interface around text-applications like cmd.exe) really sucks. There is so much that the Unix-style terminals do that the windows terminal apparently cannot do, for ...
15
votes
6answers
17k views

Using make on OSX

I have a macbook I'm trying to do some development on. I have a program I want to build, and when I went to use make to build it I got a "command not found" error. I did some google and SO searches ...
15
votes
6answers
18k views

Open a new tab in gnome-terminal using command line

gnome-terminal --tab at the terminal, I expect it to open a new tab in the same terminal window. But it opens a new window instead. I found out that its intention is to open a new tab in a new ...
15
votes
1answer
1k 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 ...
14
votes
1answer
454 views

How to enable User Account SMB sharing from terminal on Mac OS X?

I'm trying to enable Account Sharing from terminal. I can't figure out how to do that. This will be used from inside an application I'm currently programming. The application creates a hidden user, ...
14
votes
9answers
288 views

how to make this “action-packed, random data” being echoed in a terminal?

OK, this isn't really a question to achieve anything practical, but still it is a serious question and I hope it will be taken seriously and mods won't punish me for this :) I'm sure majority of you ...
14
votes
14answers
10k views

Linux command to list all available commands and aliases

Is there a Linux command that will list all available commands and aliases for this terminal session? As if you typed 'a' and pressed tab, but for every letter of the alphabet. Or running 'alias' but ...
14
votes
2answers
2k 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 ...
13
votes
3answers
234 views

How do I change the color of my Terminal.App when I log into my production remote on Heroku?

I remember there was an article, or a few, going around about how the author changes the color of the terminal from green (for development) to red (for production) based on the SSH address. But I am ...
13
votes
3answers
3k views

Coloured diff to HTML

I enjoy using git diff --color-words to clearly see the words that have changed in a file. However I want to share that diff with someone without git or a colour terminal for that matter. So does ...
13
votes
6answers
5k views

Mac OS X Terminal: Map option+delete to “backward delete word”

Tried to map it from Preferences -> Settings -> Keyboard, but the "key" combo box has only "forward delete" but no "delete". My keyboard on the other hand has only "delete" and no "forward delete"! ...
12
votes
5answers
7k views

nano error: Error opening terminal: xterm-256color

after the installation of OSX Lion, I tried to: nano /etc/apt/sources.list but I get this error: Error opening terminal: xterm-256color if I try to switch terminal.app preferences to open ...
12
votes
2answers
2k views

Command key as Meta key in OS X Terminal.app

When i unckeck the 'Use option as meta key' box in Settings, and then do Cmd-F (which i want to mean Meta-F for forward-word in bash) Terminal gives me a 'find word' popup, which isn't what i want. ...
11
votes
1answer
690 views

Remove private key from Mac OS X keychain using Terminal

I've imported a developer identity (certificate + private key) for iOS development to a keychain using the "security" Terminal application with the command security import identity.p12 -k ...
11
votes
5answers
3k views

How do I get diffs of all the files in a pending Perforce changelist?

I want to get diffs on files in a specific pending changelist. I wish I could do this: p4 diff -c 999 Can someone help me string together some csh magic to make this happen? Maybe take the output ...
11
votes
7answers
5k views

Unable to use Screen efficiently in Mac's Terminal

The post summarizes problems in using Screen in Mac's terminal when you have the following in your .zshrc if [[ $STY = '' ]] then screen -xR; fi Solution #1 is not working but Solution #2 works: ...
10
votes
2answers
229 views

Are there terminals that support true color?

I think I asked this question a long time ago, but it was worded incorrectly (I don't remember if it was closed & deleted or if I deleted it myself... I can't find it). But I still cannot ...
10
votes
4answers
1k views

Pasting code into terminal window into vim on Mac OS X

When I paste code into my Mac OS X terminal window into vim it indents each line. For each line it adds an indent so the text looks like this... "ut labore et dolore magna aliqua. Ut enim ad minim ...
10
votes
3answers
428 views

How to rewrite python script output in terminal?

I have a python script and I want to make it display a increasing number from 0 to 100% in the terminal, I know how to print the numbers on the terminal but how can I "rewrite" them so 0 turns into 1, ...
10
votes
3answers
2k views

What's a good browser-based terminal emulator?

We have several curses style applications which we'd like to provide access to through a browser-based interface. We have an application from another vendor which ostensibly provides this based on an ...
10
votes
2answers
2k views

Can terminals detect <Shift-Enter> or <Control-Enter>?

Is it possible for the terminal to detect < Shift-Enter > or < Control-Enter > keypresses? I am trying to configure vim to do key mappings that use these sequences, and while they work fine in ...
10
votes
4answers
5k views

Python Sound (“Bell”)

I'd like to have a python program alert me when it has completed its task by making a beep noise. Currently, I use import os and then use a command line speech program to say "Process complete." I ...
9
votes
2answers
139 views

Why MUST detach from tty when writing a linux daemon?

When i tried to write a daemon under linux using C, i was told i should add following code after fork code block: /* Preparations */ ... /* Fork a new process */ pid_t cpid = fork(); if (cpid == ...
9
votes
6answers
1k 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 ...
9
votes
7answers
7k views

Running a command in a new Mac OS X Terminal window

I've been trying to figure out how to run a bash command in a new Max OS X Terminal.app window. As, an example, here's how I would run my command in a new bash process: bash -c "my command here" But ...
9
votes
5answers
9k views

How can I enter a password using Perl and replace the characters with '*'?

I have a Perl script that requires the user to enter a password. How can I echo only '*' in place of the character that the user types, as they type it? I'm using Windows XP/Vista.
9
votes
2answers
2k views

Only Questionmarks in Linux dirlisting

i'm doing a dir listing in my .ssh home dir which gives me a strange result: ls -lsa .ssh/ total 0 ? ?--------- ? ? ? ? ? . · ? ?--------- ? ? ? ? ? .. · ? ?--------- ? ? ? ? ...
8
votes
1answer
131 views

Using vim, what is “ '<,'>”?

While using Vim, in visual mode, selecting text and then calling a colon command shows : '<,'> instead of just : as it would show when I do other things (such as opening a file). What does ...
8
votes
5answers
379 views

How to detect that emacs is in terminal-mode?

In my .emacs file, I have commands that only makes sense in graphical mode (like (set-frame-size (selected-frame) 166 100)). How do I run these only in graphical mode and not in terminal mode (i.e. ...
8
votes
6answers
6k views

Mac OS X vim colors mangled

Here's my setup Mac OS X 10.6 VIM (default version that comes with OSX 10.6) rails.vim (installed in .vim/autoload) ir_black.vim (installed in .vim/colors) i have "colorscheme ir_black" and "syn on" ...
8
votes
3answers
2k views

C code changes terminal text color; how to restore defaults? Linux

I have a C file running on Linux. It prints some lines in red (failures) and some in green (passes). As you might expect, it uses escape codes in the printf statements as follows: #define BLACK ...
8
votes
6answers
522 views

More than one emacs terminal

I am getting more and more used to doing everything from inside emacs, but it seems that eshell, shell and term will only run one instance each. Is there a way to run multiple terminals (preferably ...

1 2 3 4 5 33