Live data from Hacker News

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

news.ycombinator.com

41–50 of 540 posts

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

#41
post #21

Show hidden files (dotfiles) inside any finder window or file open dialog: Cmd + Shift + . Discovered after ~10 years

This is awesome.

I’ve been using `defaults write com.apple.finder AppleShowAllFiles YES; killall dock` for at least 15 years. A quick DDG search, indicated this shortcut arrived in High Sierra. Has it been around longer?

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

#43
post #4

Preview can modify images. There's a button with a pencil icon that toggles a toolbar for simple image editing, such as adding lines, shapes, or texts.

There’s a little prism icon too which opens a panel for Lightroom-type modifications like exposure, shadows, highlights, levels, sharpness, etc.

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

#44

Double click text to select a word. Triple click text to select the whole paragraph. For decades I assumed that there’s some weird fluky behavior when trying to select a word and accidentally selecting the paragraph.

This feature is present everywhere.

Windows, Android, all browsers I use, inside apps, etc

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

#46

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.

Onyx, and some other utilities from Titanium centralize some handy tweaks like this in a simple GUI.

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

#49
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…

You can even drag the file into a terminal window to turn it into the full path.

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

#50

The keyboard shortcut in finder to take you to your home directory, cmd + shift + h if I recall correctly. Makes it trivial to keyboard navigate to anything when you can easily start from the same place every time!

cmd + shift + h = home directory

cmd + shift + a = applications directory

cmd + shift + d = desktop directory

Semi-related, type `open .` in terminal to open that directory in Finder

Post reply on HN