iTerm 0.9.4.1208: Better Terminal for Mac OS X
Despite Mac OS X's great graphical interface, you can still get a lot done from the command line of a plain ol' text terminal window. If you came from the UNIX or Linux world, it is a must-have. I normally have at least one Apple Terminal window open on my Mac. But, I preferred something like Gnome Terminal with a few more options and features. Enter...
iTerm is an Open Source terminal emulator available as an easy to install Mac OS X universal binary. The latest version was released on December 4.
Tabbed shells, bookmarks, and window transparency are only a few of the enhancements you'll find when using iTerm.
After launching iTerm for the first time tonight, it checked for an update, found a minor point release, updated itself, and restarted the terminal session. Nice :-)



I tried to install iterm and
I tried to install iterm and it works fine.
However I dont see different colors for directories and executables when I do an ls.
On any linux machine, when we open a terminal and do a ls, we can see different colors for directories and different colors of files and executables.
Could u please tell me what are the settings to enable the coloring of different listing for iterm.
-a
Just do a alias for ls where
Just do a alias for ls where you state that ls should execute as ls --color=auto by default.
Somthing like: alias ls = 'ls --color=auto'
ls --color=auto only works
ls --color=auto only works in Linux.
Color in Mac´s ls:
export CLICOLOR=true
Just.
The default "ls" on Mac OS X
The default "ls" on Mac OS X doesn't support color that I know of, however the GNU coreutils "ls" does. It can surely be built for Mac OS X, if you want to use it.
http://www.gnu.org/software/coreutils/