The terminal emulator included in Mac OS X.
2
votes
2answers
380 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
271 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?
1
vote
1answer
487 views
Mac OS X Terminal title incorrectly displaying “Python”
I have my Mac OS X terminal set to display only the active process name. But for some reason when I am at the shell prompt the title displays "Python". But when I type anything at the prompt, it ...
3
votes
2answers
896 views
White flash of screen in Terminal
Apparently I've configured some kind of utility that makes my whole screen flash white whenever my Terminal.app gives a 'bell'. This is not the same as the option "visual bell" on the preference pane ...
2
votes
3answers
1k views
What are the advantages of using xterm over any other terminal emulator?
I've seen a lot of terminal emulators as a programmer - PuTTy, Gnome Terminal, KDE Konsole, Terminal.app, iTerm, etc.
Someone showed me an 'xterm' for the first time today. I've used these other ...
3
votes
3answers
1k views
Mac OS Terminal - keyboard echo breaks after ctrl-c with some applications
The only two applications I've been able to reproduce the issue with are tail and cat. If I tail -f log/development.log or any file for that matter, and press CTRL-C to quit, when I type additional ...
2
votes
2answers
147 views
How do I get a decent work environment in my OS X terminal and the IRB? And how is yours?
How do I get a decent work environment in my OS X terminal and the IRB? And how is yours?
For example: in the screenshot below, mine is on the left and something I would prefer is on the right.
...
0
votes
1answer
2k views
Mac terminals slow?
I would like to know as a new Mac user if anyone has any idea why scrolling or moving the cursor in the terminal is so slow.
It may be common to Mac apps but I use the terminal more. Even installing ...
2
votes
2answers
1k views
How to get files from Mac OS X desktop to Remote Server?
I typically use an FTP client to get files up to a server. But this time I was given remote access. So I am using Windows Remote Desktop Connection (on a Mac) and I am logged into the server. I see ...
4
votes
3answers
4k views
How to send F9-F12 to curses program running inside Terminal.app?
F9-F12 are used by Mac OS X, and I don't want to get rid of them, I just want to be able to send F9-F12 occasionally to programs inside terminal (mostly F9/F10).
Some programs like mc support ...
2
votes
1answer
2k views
Passing Command Line Args to `open` on Mac
I am using the open command from the Terminal to open an app bundle and would like to pass a command line argument through to the underlying executable.
Is this possible with the open command?
The ...
2
votes
2answers
2k views
Setting permissions on Mac OS X
I am developing a website hosted locally on a Mac and I am having trouble with directory permissions.
I have exhausted my normal options for solving the problem and the remaining solution I can think ...
0
votes
2answers
458 views
When I ssh into my ubuntu server, from Mac OS X, I can't seem to get full window addressing no matter how I what I set TERM to
No matter what the TERM variable is set to, vt-100, xterm, xterm-color the terminal does wierd things, like force a carriage return after 80 characters, and only address the upper left corner of the ...
3
votes
5answers
2k views
How do you get a shell on a Mac?
I have never used a Mac before. I recently went to an Apple store and tried to open a shell to try it out. But, I was not able to open a shell - no shortcut for it, not right-click-menu entry, ...
9
votes
3answers
2k views
Snow Leopard hide scrollbar in terminal?
Is there a way to get rid of the scrollbar in Terminal.app in SN (it worked with earlier versions of OSX, but so far I didn't get it working on 10.6)
1
vote
3answers
1k views
Command line history & tab-completion for sftp in OS X Terminal.app
I use Terminal.app constantly. When connecting via ssh to remote *nix systems, I can continue to use tab to complete command names and arrow-up/down to navigate the command history. However, with sftp ...
0
votes
1answer
1k views
Mac OS X - How to make a new terminal tab open in current tab's location? [duplicate]
Possible Duplicate:
Spawn a new terminal window (Mac OS X)?
Hi -
I'm working with the terminal a lot on Mac OS X, and many times use multiple tabs. Each time I open a new tab with Cmd+T, ...
4
votes
2answers
3k views
What's the difference between ^C and ^D for UNIX/Mac OS X terminal?
When I try to stop something, I use ^C and sometimes ^D in terminal.
What's the difference between the two? Why some program doesn't respond to ^C, but ^D.
Why the Terminal.app just quits when I use ...
3
votes
4answers
2k views
Is it possible to change the transparency of an already open window in Mac OS X?
Specifically, I'd like to change the transparency of an already open Terminal.app window. I know I can change the settings and then open a new window, but I can't figure out how to make an already ...
1
vote
4answers
2k views
OS X terminal app with custom tab names?
Is there any way or free terminal application that would allow me to have custom tab names for each terminal session?
Let's say I am connected to few different servers from my terminal and I want to ...
1
vote
1answer
614 views
On OS X, using Terminal, is there a way to get rid of the scroll bar?
I've been going back and forth a bit between iTerm and Terminal lately. They both have their pros and cons, but at this point I've more or less settled on Terminal. (The reason, if you're curious, ...
5
votes
3answers
1k views
Can I make Terminal.app open different profiles with shortcut like iTerm?
I've been using iTerm for a while, but I switched back to Terminal.app in Snow Leopard due to the Visor plugin.
Most of thing works pretty well after I switched to Terminal.app, except in iTerm, I ...
1
vote
2answers
1k views
Open current Finder folder in Terminal by shortcut in Snow Leopard
I want to use some shortcut in Finder to open current folder in Terminal. I've only found an application, that adds icon to Finder's toolbar.
0
votes
1answer
165 views
How to use standard-style cursor moving in Terminal of Snow Leopard?
I want to use command + arrows to move cursor to the beginning and to the end of line, alt + arrows to move it trough words in Terminal (zsh shell).
Are there ways to do this?
0
votes
3answers
2k views
“-bash: ls: command not found” error in Terminal on Mac. How to correct it?
I edited the .profile file to add a new PATH. I believe I set it wrong such that most commands become unavailable. Since I can't use ls or vi commands to edit .profile again, any idea how I can ...
3
votes
1answer
360 views
Mac Terminal.app: Force '^C' to be printed when editing current prompt, then aborting it
This is the opposite of Prevent “^C” from being printed when aborting editing current prompt.
I'm using Bash. When I'm editing the commandline in Bash, and I hit Control-C to abort the commandline, ...
2
votes
2answers
350 views
Meta key in Terminal.app vs national characters
I'm using Terminal.app, and I'd like to use emacs running inside - either locally, or after sshing to remote server. Problem is, I can't get working Meta modifier.
Namely, if I enable 'Use option as ...
7
votes
3answers
2k views
Mouse cursor in Terminal?
I use Mac OS X Terminal.app. But the answer to this would probably apply to any typical UNIX-ish terminal emulator in a graphical environment.
Question -- what do I do to:
Use my mouse cursor to ...
0
votes
1answer
196 views
How do I recover tab cycling in Terminal.app?
Today I've noticed that Cmd+} has stopped working for me in Snow Leopard's Terminal.app as a shortcut to cycle to the next tab. Cmd+{ still works. I've gone to the Preferences->keyboard shortcuts and ...
1
vote
0answers
774 views
Vmconnect.exe on Windows7
I running Windows Server 2008 R2 w/Hyper-V. The Network properly works and I can access the VM's From a Hyper-V enabled 2008 Machine. No problems there.
BUT...
I want to be able to connect to my ...
2
votes
1answer
946 views
How can you turn off alternate screen in OSX's Terminal.app?
altscreen is evil. If you don't know what I'm talking about, see this page
for visual demonstration.
Problem is, there doesn't seem to be a way to stop it with Terminal.app (under OSX), when you're ...
4
votes
4answers
2k views
Manipulate Mac OS X file icons from Automator or command-line
Is there a way to manipulate icons on an Mac OS X file from either Automator or the terminal?
In my case, I want to remove custom icons (that is, the same as doing 'Get Info' and Edit->Cut on the ...
5
votes
3answers
3k views
Mac OS X Terminal not logging in
I am running Mac OS X version 10.6.3 and when I open the terminal (with terminal.app or iterm) it just hangs on the login process. I've tried restarting, changing the startup command to /bin/bash, and ...
2
votes
2answers
1k views
Colour Issues in OS X Terminal ssh'd to Ubuntu terminal
In the OS X Terminal.app, I'm having some colour issues.
If I am working locally, there are no colours.
If I ssh into my opensolaris machine (using screen inside ssh) there are no colours.
If I ...
4
votes
4answers
2k views
Arrow keys don't work in htop on OS X in Terminal
Not sure when it happened, or what I did (if anything), but my arrow keys don't work in htop anymore to scroll around. They used to though.
You should be able to press up and down to scroll up and ...
0
votes
1answer
469 views
MouseTerm and Terminal.app
I'm trying to get MouseTerm to work with Terminal.app. I'm on Snow Leopard and followed the install instructions promptly (which are, simply, download the .dmg and run the 'Install' file).
When I ...
0
votes
3answers
955 views
Unusual backspace behavior in Mac terminal
I'm trying to figure out how to get SSH sessions to work how I want using the terminal application on Mac OS X.
I'm used to using PuTTY on Windows, where backspace means backspace.
When I press ...
0
votes
3answers
366 views
Is there a away to make a chromeless Terminal on Mac OS X?
Is removing or modifying the chrome-bar (topbar) of an OS X window possible? The window in question is the window from Terminal.app.
4
votes
3answers
4k views
Spawn a new terminal window (Mac OS X)?
I am often working in a process in the Terminal and I've set some variables and used cd and so forth. Then I'd like to open another Terminal window from there. Is there any way to do this?
9
votes
8answers
7k views
How to get Mac OS X Terminal.app and screen/vim scrolling to play nice?
OSX 10.6.3 Terminal.app
Am a pretty dedicated screen user. Terminal.app line buffer and/or scroll does not seem to work for me. That is while in screen anything that goes past the top of the frame ...
7
votes
2answers
2k views
Can I specify double-click selection delimiters in Terminal.app?
In Mac OS X's Terminal.app, I'd like to set my own selection delimiters such that if I have the text foo.bar.baz and double click bar, only bar is selected.
Is this possible and if so how?
1
vote
3answers
2k views
Syntax Highlighting in Terminal for Python?
Is there a way to turn on python syntax highlighting for Terminal.app on Mac OS X?
3
votes
4answers
373 views
How can I free files that are in use by quicklook?
I have a couple pictures I was looking through and deleting stuck in my trash (Mac OS X 10.6 latest) and finder tells me they are in use when I try to delete them.
I looked around online and found ...
2
votes
1answer
1k views
Write an email with attachment with Mail.app from terminal
I would like to start writing an email with Mail.app from Terminal, and add an attachment. Something like this:
macbook:~ me$ /Applications/Mail.app/Contents/MacOS/Mail -s the_subject -to ...
5
votes
2answers
2k views
Select text from Terminal.app using the keyboard in OS X
I like to copy things from the terminal, but I don't like to have to move to the mouse. How do you select text in Terminal.app using the keyboard?
For example, while in Terminal one might like to be ...
32
votes
5answers
11k views
Mac OS X Terminal: mouse support?
Is there a native option (ie. without installing extra soft/package/plugins) to enable mouse support in the Terminal app?
Actually, I'm using a lot vim with the option set mouse=a (activating mouse ...
1
vote
1answer
205 views
Emacs ignores Ctrl+/ keystroke
When I run emacs on an ssh session to a Linux box via Terminal.app, it ignores Ctrl + / key combo (undo). How to stop this?
23
votes
4answers
27k views
Mac OS X keyboard shortcuts for terminal
After googling for some Mac OS X terminal shortcuts, I wanted to find how can I go back characters on a line on the terminal or words or similar. I found ALT + B but it does not work.
Do you know ...
22
votes
7answers
30k views
What's your favorite app alternative for Mac OS X's Terminal.app? [closed]
I've been using Coda recently. It's a great program, but overkill for just a multi session Mac terminal app. Know of a better alternative, especially with a command snippet library function?
6
votes
1answer
1k views
Web page from the terminal
I use Snow Leopard. How I can send a html page to a web browser from Terminal.app?
If I am in $HOME dir, with a file myPage.html, can I view this file in a browser right from Terminal.app?