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.
Ask HN: What feature did you find after years of using macOS?
341–350 of 540 posts
Re: Ask HN: What feature did you find after years of using macOS?
#342Smart 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…
is there a way to use this to rebuild the missing "All My Files" on Macs?
Re: Ask HN: What feature did you find after years of using macOS?
#343I’ve been using windows more recently since my personal Mac bit the dust and I’m trying to decide if there’s really that much reason to own a personal Mac. So now I realize for years I’ve been using this silent feature of macs for years called “not totally jacked up font rendering”. I would never have imagined this was a feature, but apparently there is a collective insanity in windowsland where the quality of font r…
I think newer versions of mac os x might have messed with your font rendering again. They turned off subpixel anti-aliasing and it looks worse on older displays. (I can't help but think of the "slowing down older iphones" thing) search for "fix blurry fonts mojave"
Re: Ask HN: What feature did you find after years of using macOS?
#344If 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?
#345Three-finger drag is the one thing I just can't live without.[0] Finder: Cmd+Shift+G to navigate wherever I want (with autocomplete) Text input: Control+Command+Space for the emoji list and search Text input (switching keyboards for Japanese input): Control+Space for quick toggles Text input (accents in my native language): all the accents and letters of various European languages are usually made by using Option+[ke…
Re: Ask HN: What feature did you find after years of using macOS?
#346Re: Ask HN: What feature did you find after years of using macOS?
#347I’ve been using windows more recently since my personal Mac bit the dust and I’m trying to decide if there’s really that much reason to own a personal Mac. So now I realize for years I’ve been using this silent feature of macs for years called “not totally jacked up font rendering”. I would never have imagined this was a feature, but apparently there is a collective insanity in windowsland where the quality of font r…
This is a holy war topic. Some people, myself included, prefer how Windows render fonts. Others prefer MacOS. From what I recall the last time this came up on HN, MacOS tries to render true to the font as if in a professional work flow that ends with a physical product. Windows aims for on screen legibility as it's primary goal. Also remember that most Windows machines have a much lower DPI screen that what comes wit…
https://1drv.ms/u/s!AkO2l6AGLMlwhKhSgq-aamXREBO0Vw?e=01Qr5w
How is this more legible in any objective universe lol.
Re: Ask HN: What feature did you find after years of using macOS?
#348Earlier quoted context omitted.
Cmd-Shift-5 for some more nice screenshot options, including disabling that floating window that appears before your screenshot gets saved to the Desktop Cmd-Down also opens in Finder, just like Cmd-O
⌘-Shift-5 to disable that floating screen shot thing... I love you. That thing is _so slow_ and distracting I always worry my screen shot didn't actually save until that slow window popped up on some random screen.
Re: Ask HN: What feature did you find after years of using macOS?
#349The `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…
You can still recreate the title card voices in macOS.
say -v Whisper "Weird: Layer zero one"Re: Ask HN: What feature did you find after years of using macOS?
#350Cmd + tab to quit applications Instead of releasing cmd to switch to the application, you can press q to quit it.
Command+q is the standard to quit in all well-behaving macOS apps. No need for tab.