The terminal emulator included in Mac OS X.
0
votes
1answer
294 views
Switching terminal character encoding while using TotalTerminal
I'm using the TotalTerminal 1.1.3 terminal.app plugin on Lion (10.7.1) for a visor-style terminal. TotalTerminal uses/creates a special profile which is used for every new tab opened in terminal.app. ...
0
votes
1answer
505 views
iTerm 2 on Mac OS X - How to get rid of all characters before the $ on each line?
I installed iTerm 2 but my shell windows show:
"computer name":"current directory" "user" $
This is far too long. I'd like to just see:
"current directory" $
Is there an option for this? I ...
15
votes
1answer
1k views
What does Terminal app's “Show Alternate Screen” do? (OS X)
Today, I discovered a menu item called "Show Alternate Screen" in Terminal.app. I am just curious about what it does. It seems to be sharing the same shell process (unlike tabs), since I see output ...
2
votes
2answers
6k views
Mac Terminal Script to remove hidden files
My car stereo can use USB flash drives to play music from, so I asked about Copying MP3s from an iTunes playlist. That was all fine and dandy, except my stereo wouldn't play the MP3 files. I ...
11
votes
4answers
14k views
Hostname issue in Mac OS X Lion
I've recently bought myself one of the new mid-2011 Mac Minis with OS X Lion, I'm completely new to Mac OS but I've used linux quite a bit before. The problem I'm having is that at the terminal my ...
2
votes
3answers
784 views
Ctrl + A doesn't work in Bash Terminal on OS X Lion
In bash windows using the Terminal.app on OS X Lion, I can no longer use ctrl + A as a shortcut for going to the start of the command line. Other ctrl characters like ctrl + E don't work any longer ...
2
votes
2answers
1k views
Different Terminal color theme for remote connections?
Is it possible to set Terminal to use a different theme for remote connections. I often have several Terminal windows open at once for both local and remote work and it would be really handy to have ...
3
votes
1answer
219 views
OS X Lion man pages missing flags
I upgraded to Mac OS X 10.7 on Saturday, and have been restoring some of my applications that I build from source, when I noticed that the man pages are failing to render the command line flags ...
1
vote
1answer
584 views
launch application from osx terminal in 32bit mode
How can I pass an argument to the "open" command to launch an application from the terminal in 32-bit mode?
open /path/to/some.app [--args arguments]
I have to manually check and uncheck the ...
10
votes
2answers
3k views
Resume Zsh-Terminal (OS X Lion)
OS X Lion has "Resume" feature, i. e. when you reopen an app it restores all windows and their contents. That works for Terminal as well. But if you use Zsh instead of Bash it doesn't restore opened ...
12
votes
1answer
3k views
Use terminal scrollbar with tmux
I know how to scroll in tmux using the keyboard, but I noticed that it looks like there's a way to use the terminal scrollbar with GNU Screen. Can this be done with tmux?
1
vote
2answers
729 views
Is it possible to stream windows applications to Linux via VNC?
Is it possible to stream windows applications to Linux via VNC?
Need only some apps not a whole desktop.
2
votes
1answer
370 views
Where to learn more about OSX terminal app keyboard settings codes?
If you look at the Terminal->Preferences->Settings->Keyboard pane it displays how some keyboard keys and combinations map to shell strings.
The list seems really strange to me as it's missing a lot ...
5
votes
2answers
450 views
Capturing remote output locally in Mac Terminal
I want local programmatic access to ssh output in Mac Terminal.
First, I tried redirecting the output of each command to a file. The file was perfect, but of course it was on the remote server, and ...
2
votes
1answer
347 views
Mac Terminal Color Changes after ssh
Whenever I ssh to my linux system from Mac.
It started using remote system color.
Is there a way I can force it to use original color ?
8
votes
1answer
1k views
Making ls aware of “hidden” file flag
Is it possible to make ls aware of the hidden file flag on Mac OS X?
Currently, a simple ls -lO produces:
$ ls -lO
total 0
drwxr-xr-x@ 84 danielbeck staff - 2856 29 Mai 22:44 Applications
...
1
vote
3answers
164 views
On a Mac, how can I group together commands I want run into a alias?
In my .bash_profile I have created alias to commands that I run often.
What if I want to group together multiple commands together, and they should run in serial one after the other.
How would I do ...
1
vote
2answers
812 views
Mac: truly detach process from Terminal.app
On Mac OS 10.6.6, I want to make a bash alias or function that will run Google Chrome. Launching Chrome is easy: "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome". The problem is how to ...
1
vote
0answers
574 views
How to remove the scrollbar in Terminal.app on Mac OS X 10.6?
If there is a way. I know iTerm2 has it.
0
votes
1answer
316 views
How can I get the Snow Leopard Terminal app to act like the Leopard Terminal app?
The delimiters for double-click text selection in the Leopard Terminal app (version 2.0.2) included slash (/) and period (.) -- the delimiters for double-click text selection in the Snow Leopard ...
2
votes
3answers
167 views
Terminal.app characters set changes — completely illegible
I was just ssh'd into my server (Ubuntu 10.04.2), and I ran aptitude (in interactive mode). Once I pressed one key (one of the letters, g I believe), it turned into this (not just the SSH session; ...
0
votes
2answers
197 views
Changing OS X bash/terminal to a dark scheme
I followed the directions here and the colors are correctly showing, however the background is still white, what else do I need to do?
Note: I did a sudo nano ./bash_profile instead of .bashrc
0
votes
1answer
298 views
How to prevent Terminal.app from closing when ssh is running?
Usually if a program is running in Terminal.app, when you try to close it it will give you a warning "Do you want to close this Window?" This happens to almost everything that I have tried, including ...
1
vote
1answer
276 views
Terminal.app fonts broken on Mac Snow Leopard
About an year ago I installed gnome fonts on my MacBook Pro and I use them for Terminal.app
Today I was using Terminal with three windows open and suddenly the app has quit (I don't know if I ...
0
votes
1answer
604 views
How can I prevent OS X Terminal.app from overriding vim colours on a remote system?
As my primary workstation, I use a mac running OS X 10.5. I spend much of the day ssh'd into remote systems and am working on grokking vim. One of the things I want to do is experiment with different ...
0
votes
3answers
274 views
Display Unicode Tetris boards in Terminal — or how to dynamically decrease line height
I am using black squares \xe2\x97\xbc◼ and white squares \xe2\x97\xbb◻ to display tetris boards in my shell. Unfortunately there is quite a visible line spacing between rows and that just doesn't look ...
0
votes
2answers
401 views
Newbie OSX problem in terminal with running a command on a file in a different folder
I'm trying to run a command on a different folder.
The command I'm trying to run is
\Applications\VirtualBox.app\MacOS\VBoxManage modifyhd
Windows98.vdi --resize 1000
Windows98.vdi i the the ...
2
votes
1answer
553 views
What should $TERM be on Mac OSX 10.6.6?
echo $TERM gives me xterm-color. Is that right? I'm having issues with vim and was told to change it to dtterm. Why?
I've learned that I can change this value in Terminal.app Preferences... under the ...
1
vote
2answers
6k views
Mac OS X Terminal get in Macintosh HD? For using Git and Github
I wanted to get started with using Git and Github especially for installing Web software to my htdocs directory. htdocs is the folder in which you put all your websites that then run by using MAMP -- ...
3
votes
1answer
2k views
Weird behaviour/rendering of backspace in Terminal.app when SSHing into zsh using tmux/screen
I just stumbled upon a weird problem. When I SSH into my server (centos, zsh) and I type some stuff and hit backspace It looks like a space - but internally it really deleted the characters.
ls -l a
...
9
votes
4answers
2k views
Copy colored output from Mac OS X terminal
I see a nicely colored output in my terminal.
The terminal has a "Export Text As" command but it saves a plain-text file without the colors. Same with copy&paste.
Do you know a way to save ...
7
votes
2answers
886 views
name terminal/tabs
Is there a way to name a terminal window or even better give each tab a name.
at the moment they just get the underlying process name : for example a tab running elasticsearch gets the name java
0
votes
3answers
1k views
How can I automatically start two SSH sessions in two Terminal tabs?
In my Mac, how do I write a script that can do this?
Open "terminal".
In that terminal, "ssh myserver"
Open a new "tab" inside the terminal.
In that tab, "ssh myserver2"
Then, how would I run this ...
1
vote
2answers
462 views
Mac OS terminal : Select other device
I just can't figure out how to do this.
I'm quite beginner with the terminal, I have no problem to browse between files with "cd", but don't know how to browse a different device than my hard drive ...
1
vote
1answer
231 views
Ctrl-a echoes “^A” in Terminal.app
On a brand new macbook pro, the keyboard doesn't seem to act as expected for Terminal.app. I'm expecting Ctrl-a and Ctrl-e to be home and end functions, but I just get "^A" and "^E" echoed to the ...
1
vote
1answer
210 views
bash terminal - prompt cursor changes from $ to > upon entering invalid command
I used the Terminal application in Mac OS X to remove some hidden files (i believe this uses the bash shell by default). I inadvertently misspelt my command and, upon hitting the Enter key, my prompt ...
0
votes
3answers
8k views
Connect to another Mac via Terminal?
I need to connect to a Mac server from my MacBook using Terminal.app. If I open Finder, I can see it in my "SHARED" list. I can "connect as" an authenticated user and all that.
But how do I connect ...
-1
votes
2answers
210 views
Where can I find the “terminal” program on OS X?
Where can I find this app, and where can I find instructions on how to use it?
My OS X is using the Dutch language settings.
0
votes
2answers
596 views
Terminal.app bash character echoing messed up
I’m having a problem with my terminal for a while now. It seems the combination of bash (or rather readline) and Terminal.app gets confused somehow when I hit the cursor-right key to exit ...
1
vote
2answers
2k views
Terminal missing in Mac OS X?
I am new to Mac OS. It seems cool, but I can't find terminal cmd utility on my Macbook. Is there any other way to find it or any other third party terminals available?
7
votes
2answers
718 views
Mac Terminal/iTerm history cursor problems
So often, I run a command in either Terminal.app or iTerm, press the up arrow to go back to edit it, and the cursor jumps to the line above or somewhere totally in the wrong place. It especially ...
2
votes
2answers
265 views
Trying to silence Terminal Applescript
I have an Applescript that changes directory for the front Terminal window to the front Finder window. It works fine, but it also outputs text which clutters my terminal window.
Does anyone have any ...
4
votes
1answer
2k views
How can I export all my Terminal.app settings from one Mac to another?
I want to set a group of terminal windows, each one with personalized colours, etc.
How can I move the whole Terminal.app setting from one computer to another? Where are they stored?
Can't see them ...
0
votes
2answers
436 views
Running processes through SSH? [duplicate]
Possible Duplicate:
How do I keep jobs running after logout?
I'm on a Mac and I SSH into my Ubuntu box and run node.js (or any other application), but when I close out of the terminal on my ...
4
votes
2answers
6k views
Cannot use F10 key in Midnight commander running in OS X's terminal
I connect to my server from Terminal in Mac OS X 10.5. When I run Midnight Commander there I cannot use function keys like F10 to close MC even I cannot use mouse to control MC. Any idea why function ...
0
votes
2answers
461 views
Mac OS X terminal.app sometimes sometimes starts interpreting newlines differently! Can this be fixed?
A few times now, I've had Mac OS X Terminal end up in an odd state, whereby newlines aren't interpreted as they normally are. It's as if they're doing the line feed part, but not the carriage return. ...
2
votes
3answers
590 views
What escape code do I need in PS* to make sure terminal is back in normal settings on shell prompt?
Sometimes I accidentally cat some binary data; sometimes some ncurses program crash - for plenty of reasons terminal can end up in bad state, requiring manual reset. This is happening too often.
Such ...
1
vote
3answers
406 views
Mac OS X Terminal.app reconnect
When I'm connection to a remote server via ssh inside a Terminal window, and I put the computer to sleep, when I come back the connection is of course interrupted. The problem is there seems to be no ...
2
votes
2answers
379 views
Terminal Problems OS X 10.6.4
I commonly have long terminal commands and whenever I try to use the command history (by pressing the up-arrow) the text formatting becomes all garbled and the cursor appears in the wrong place. At ...
0
votes
1answer
270 views
Open, resize and position Terminal App
Dow anyone have a script that opens a new terminal window, resizes it and then positions the window somewhere specific on the desktop?