Live data from Hacker News

Ask HN: What feature did you find after years of using macOS?

news.ycombinator.com

331–340 of 540 posts

Re: Ask HN: What feature did you find after years of using macOS?

#331
I find my mac periodically turns off its WiFi and starts spamming the airwaves on a private channel looking for partners in a protocol nothing else in the house depends on.

This makes servers running on the mac unreliable (sometimes it's not listening to the net) and adds interference to other devices.

Re: Ask HN: What feature did you find after years of using macOS?

#332

If you’re in Terminal and want to open a Finder window with the current path, just type “open .”

`open` is really useful in general. You can also use it to open apps!

`open ./someFile.foo -a App\ Name`

or even just

`open -a App\ Name`

Re: Ask HN: What feature did you find after years of using macOS?

#333
Does an app have shortcut you don't like? Go to System Preferences > Keyboard > Shortcuts > App Shortcuts and click the plus. As prompted, enter the exact title of menu action you want trigger and the new shortcut. I use the on all my machines to rebind Quit Safari / Chrome / Firefox /Mail to Cmd + Option + Q to avoid killing the application when I fat-finger Cmd + Q instead of Cmd + W.

Others already mentioned:

- three-finger drag is indispensable. Anytime I touch someone else's laptop I turn it on and blow their minds

- hold Cmd in Spotlight to reavel the path containing the selected item, Cmd + Enter opens that folder in Finder.

- readline keys work in basically every text input on the machine. Want to delete a line? C-a C-k. Delete the word preceding the cursor? M-Backspace.

- Cmd + Down opens the selected item in finder, Cmd + Up jumps one level up the folder hierarchy Cmd + Left/Right expand/collapse

Re: Ask HN: What feature did you find after years of using macOS?

#334

Does an app have shortcut you don't like? Go to System Preferences > Keyboard > Shortcuts > App Shortcuts and click the plus. As prompted, enter the exact title of menu action you want trigger and the new shortcut. I use the on all my machines to rebind Quit Safari / Chrome / Firefox /Mail to Cmd + Option + Q to avoid killing the application when I fat-finger Cmd + Q instead of Cmd + W. Others already mentioned: - th…

That's a really neat trick!

Worth noting: Chrome actually no longer dies when you fat-finger cmd-w. It shows a "hold cmd-q to quit" overlay and only dies if you keep holding the keys down.

Re: Ask HN: What feature did you find after years of using macOS?

#336

The `say` command line tool. It will cause a synthesized voice to speak out loud whatever follows that command via text-to-speech. This is especially useful for pranking your loved ones for whom you have remote shell access. ssh in and cause the other person’s computer to start talking to them... by name... asking for help... to be let out of the small metal box they’ve been trapped in for SO long... This has been av…

It was available on the Apple IIe, I remember loving that feature when I was just a little kid. I'm still amazed Woz was able to synthesize speech with hardware back then.

Re: Ask HN: What feature did you find after years of using macOS?

#337

Cmd-space to bring up spotlight Type whatever you want. Cmd-b Your default web browser with your default search engine will now open and perform your query. I can't stress this enough how much I use this workflow when writing code. Another thing for the OPs issue with the screenshots, (there's a few steps via terminal so maybe try the above shortcut to search for an article on how to do it) you can have all your scre…

This one is revelatory. I've installed Alfred in the past solely for this workflow.

Re: Ask HN: What feature did you find after years of using macOS?

#338
post #27
post #20

Earlier quoted context omitted.

On the topic of screenshots, one I didn’t know was hitting space before you take a screenshot will make it capture an entire Window, including the shadow instead of having to drag a region

Plus holding option while you click takes a screenshot without the shadow, which I find vastly preferable. I only found out about that a couple of months ago, after a long time being annoyed.

This one is a true pro tip

Re: Ask HN: What feature did you find after years of using macOS?

#340

Earlier quoted context omitted.

I know, right? Been using Macs for 25 years and discovered it a few months ago on accident. Not sure how long it's been there, but definitely a dumb name!

I remember this from the classic Mac OS days (i.e. System 7) circa 1994. It’s probably even older than that.

I think it originated with the Lisa. It's mentioned in that context on folklore.org (1):

> Lisa users never dealt with Lisa applications directly (these were called tools in Lisa parlance) but instead always manipulated stationery pads which produced documents.

(1) https://www.folklore.org/ProjectView.py?project=Macintosh&in...

Post reply on HN