Live data from Hacker News

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

news.ycombinator.com

131–140 of 540 posts

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

#131
post #91
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’ve been sad since they were introduced that they don’t work at the file system level, hence not in CLI applications. Support for them in desktop apps that open directories is also spotty. I would LOVE them if they were reimplemented as a fuse style file system instead of a userland macOS trick.

I wonder if there is a list somewhere around Apple of "Annoying Edge Cases We'd Have To Support If Smart Folders Worked At The Filesystem Level", and how long it is.

Like, you're in a smart folder that contains files whose name includes "foo", and you try to create a file whose name does not include "foo", what happens? Do you get an existing filesystem error? Do you get a new "can't create new files in smart folders" error?

Interestingly enough I just discovered that if you drag a file into the Tags section of the Finder window's sidebar, it will remain where it is - but if you create a smart folder whose criteria is "tag:tagname" it won't let you drag anything into it, even though it shows the exact same set of files.

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

#132
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!).

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

#136

Marking a file as "Stationary Pad" will create and open a copy every time you open the original. Good for templates or any other file you don't want to accidentally save changes to. - Get Info on file. - Check Stationary Pad box.

That's a strange name/label for an awesome feature.

It'd make sense if the label were actually "Stationery", which is practically a paper template.

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

#137

I have long used Shift-Command-4 to take screenshots, but I only recently discovered Shift-Command-5, which provides finer control (and it's much easier to use when I'm working at my treadmill desk). Also, Command-K to clear out a terminal window (also often works in similar places, such as the MAMP error log viewer).

You can configure that to whatever you want, by the way. Just check out the System preferences -> Keyboard shortcuts[0]

[0] https://i.imgur.com/jCHL2Pb.jpg

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

#138

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.

This is so incredibly useful! I also remember it from those days as a kid. I wish I knew it was still a thing all this time!

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

#140

Cmd-R (R for "reveal") in the open/save file dialog opens the present directory in Finder. This is useful as I commonly want to do some additional janitory tasks in the directory.

A complimentary feature: when you want to “open” a file from some file open dialog box, instead of navigating through the dialog, go find the file some other way and drag-n-drop it onto the dialog. The file won’t open, BUT it’ll pop over to the directory and select the file for you to then open in the context of the application.

I use this all the time when I either have something handy in Finder or can find it more quickly with alfred.

Post reply on HN