Live data from Hacker News

Mac OS X hidden features and nice tips & tricks

apple.stackexchange.com

1–10 of 85 posts

Re: Mac OS X hidden features and nice tips & tricks

#3
I did not read the entire list, but my favorite "trick":

    CMD + SHIFT + g
... in Finder (or an open-file-dialog) opens up a "Go to folder"-dialog in which you can tab-complete your way to the desired destination. It's not perfect, but makes fs-navigation bearable in Finder.

Re: Mac OS X hidden features and nice tips & tricks

#4
post #3

I did not read the entire list, but my favorite "trick": CMD + SHIFT + g ... in Finder (or an open-file-dialog) opens up a "Go to folder"-dialog in which you can tab-complete your way to the desired destination. It's not perfect, but makes fs-navigation bearable in Finder.

Oh, wow, I didn't realise you could tab-complete as well. Thanks!

Re: Mac OS X hidden features and nice tips & tricks

#5
post #3

I did not read the entire list, but my favorite "trick": CMD + SHIFT + g ... in Finder (or an open-file-dialog) opens up a "Go to folder"-dialog in which you can tab-complete your way to the desired destination. It's not perfect, but makes fs-navigation bearable in Finder.

Ah, #4 in the original post. It's a good feature that deserves extra mention though :)

Re: Mac OS X hidden features and nice tips & tricks

#6
The big one that I went through recently was killing startup items. You tend to hoard them over time, especially with a dev machine.

Look in, and clear out in /Library/StartupItems and /System/Library/StartupItems

Like any good UNIX, there are a dozen other ways that applications can launch themselves in OS X, so run a ps and find processes that you don't need and figure out where they are being started.

I alias everything in bash to run the scripts manually when I need them (eg. 'apu' starts apache, 'ngu' starts nginx, 'vbx' sets up virtualbox). Saves a ton of memory and gets boot time down to seconds rather than minutes.

Re: Mac OS X hidden features and nice tips & tricks

#10
post #6

The big one that I went through recently was killing startup items. You tend to hoard them over time, especially with a dev machine. Look in, and clear out in /Library/StartupItems and /System/Library/StartupItems Like any good UNIX, there are a dozen other ways that applications can launch themselves in OS X, so run a ps and find processes that you don't need and figure out where they are being started. I alias ever…

Are you doing anything fancy inside vbx, or is it just a copy of the startup item?
Post reply on HN