Live data from Hacker News

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

news.ycombinator.com

171–180 of 540 posts

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

#171

Wait until you find out you can change which directory screenshots save to. I have a dedicated "screenshots" directory in my home directory. And then a stack in the Dock for it similar to the one for the Downloads folder.

Wait until you find out you don't even have to save screenshots (most of the time) and can copy them straight to clipboard, and Cmd-V them where you need them. Cmd-Ctrl-Shift-3/4.

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

#172
post #24

my favourite feature is how the title bar icon in any app that’s editing a file (textmate/ word etc) is a pointer to the actual file unlike windows. - you can drag that file anywhere to move it. - CMD click it to see a breadcrumb menu showing where it is and navigate to the folder on a similar vein, dragging a file into an open file modal box makes it browse to the containing folder. In windows, dragging a file would…

I hate hate hate that they're hiding proxy icons in Big Sur.

Proxy icons?

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

#173
post #6

Wait until you find out you can change which directory screenshots save to. I have a dedicated "screenshots" directory in my home directory. And then a stack in the Dock for it similar to the one for the Downloads folder.

Even better, you can just have those screenshots save to only your clipboard. Just add ctrl to your combo, _or_ you can remap it in Keyboard under System Preferences.

Whoops, just posted that too. Definitely one of the most time-saving shortcuts I found in the last few years.

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

#174
post #134

I recently discovered the Bluetooth device debugging menu. Hold Shift + Option and click on the Bluetooth icon in the menu bar.

That's really useful, I didn't know that! BTW, there's a similar one: holding Option while clicking on the Wifi icon reveals some extra information about reception

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

#175

You can tell Finder to show actual folder sizes instead of just "--". Right click in a folder -> Show View Options -> Calculate all sizes. I'm not sure why it's not the default, it's not like Finder needs to traverse the folders hierarchy to calculate the size (I hope!).

It does traverse the folders to do just that; look at your CPU usage with that option on.

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

#177
post #35
post #22

Focusing the menubar with Control-F2. You can then navigate by arrow keys or typing. Space bar activates the highlighted menu/submenu. It makes life so much better. Control-F2 itself was slightly broken in 10.14 (IIRC), so I hacked up a dumb workaround in my Hammerspoon config: https://github.com/NateEag/dotfiles/blob/99f6b641151f85f6f78...

Command-Shift-? is the better version of this imho, directly opens the help menu and you can just type the name of the menu item and hit enter. Way quicker than navigating to it.

Very cool. Thanks for sharing!

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

#178
post #129
post #35

Earlier quoted context omitted.

Command-Shift-? is the better version of this imho, directly opens the help menu and you can just type the name of the menu item and hit enter. Way quicker than navigating to it.

Yep this is what I came to say - OSX's help menu automatically searches all menu commands and if you hover over them it will open up the menu, show you the location, and if you hit enter just use it for you. This is also something you can generally call from Applescript as well, if you want to automate application behaviors.

Mind sharing an example AppleScript of that? Every time I’ve dug in there, it’s never had quite what I wanted. But this seems like an especially leverage-able idea.

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

#180
post #68

Smart Folders (Finder -> File -> New Smart Folder). It's not exactly hidden but I never paid too much attention to it. It's essentially a way to create a folder whose content is dynamically updated based on your search conditions. For example, you can create a smart folder that contains all PDF files matching a certain name pattern within a given directory (or the whole disk) [0]. You can get really advanced, there's…

I exclusively used smart playlists for my ipod nano (for date reference :), I pray that one day these smart folders appear on win/osx as a low level. Like smart symbolic links. Surely it cant be that hard!
Post reply on HN