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.
Ask HN: What feature did you find after years of using macOS?
171–180 of 540 posts
Re: Ask HN: What feature did you find after years of using macOS?
#172my 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.
Re: Ask HN: What feature did you find after years of using macOS?
#173Wait 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.
Re: Ask HN: What feature did you find after years of using macOS?
#174I recently discovered the Bluetooth device debugging menu. Hold Shift + Option and click on the Bluetooth icon in the menu bar.
Re: Ask HN: What feature did you find after years of using macOS?
#175You 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!).
Re: Ask HN: What feature did you find after years of using macOS?
#176Re: Ask HN: What feature did you find after years of using macOS?
#177Focusing 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.
Re: Ask HN: What feature did you find after years of using macOS?
#178Earlier 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.
Re: Ask HN: What feature did you find after years of using macOS?
#179Cmd + Shift + ? = Easy way to access menus via keyboard
Re: Ask HN: What feature did you find after years of using macOS?
#180Smart 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…