Live data from Hacker News

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

news.ycombinator.com

391–400 of 540 posts

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

#391

- Ctrl + Cmd + Shift + 4 will let you take a screenshot of a region of your screen and copy it to the clipboard. It can then be pasted directly into most applications, from email clients to chat clients. No random screenshots sitting around. If you want to capture a whole window, press Space after the initial shortcut, then click the window. - While a menu is open, hold Option; if you're lucky, you'll get some additi…

Alternatively, press Cmd + Down to open the currently selected file.

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

#392
post #373

Cmd-space to bring up spotlight Type whatever you want. Cmd-b Your default web browser with your default search engine will now open and perform your query. I can't stress this enough how much I use this workflow when writing code. Another thing for the OPs issue with the screenshots, (there's a few steps via terminal so maybe try the above shortcut to search for an article on how to do it) you can have all your scre…

I tried Cmd-b search in spotlight but it went with Firefox+Google when my default is Firefox+Duckduckgo, any chance someone knows how to fix it?

Same for me. Changing safari search engines unfortunately doesn't help. Still a very cool shortcut.

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

#393

This has been around for a long time but most people don’t know about it: Dragging and dropping files from the finder into an file selector window (ie. Open File in most programs) will navigate to that file and select it. As others mentioned this works in terminal as well to give you a path, but actually this generally works in any text box (unless it specifically handles paths being drag ‘n dropped). This also works…

> this works in terminal as well to give you a path I'll add that if you want the path of a file and the destination application doesn't support drag 'n' drop, right click on a file in finder, then hold the Option key and you'll see the copy command changes from "Copy" to "Copy as Pathname".

Oh my god this is so useful! I've known about the 'drag into your terminal' thing for ages but not needing to use the mouse and just doing command-option-c is so much nicer!

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

#394
When you Cmd-Tab to an application with no open windows, press option as you release Cmd, and it will open that application's default window (as if you clicked on it on the Dock.)

Useful when you like to leave apps "open" even with all their windows closed (ie. not using Cmd-Q), but still want to use Cmd-Tab to get to the app instead having to click something.

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

#395
post #358

This has been around for a long time but most people don’t know about it: Dragging and dropping files from the finder into an file selector window (ie. Open File in most programs) will navigate to that file and select it. As others mentioned this works in terminal as well to give you a path, but actually this generally works in any text box (unless it specifically handles paths being drag ‘n dropped). This also works…

A variant of this is dragging to the terminal. I drag stuff from Finder to a terminal window all the time to get the full pathname.

The nicest thing is that it auto-escapes the path too so you can safely type a command and then drag any file as an argument without worrying about spaces and shell characters.

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

#396
post #126

Three-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…

Three finger drag :-(

Thank you so much for telling us about it, but I expected that I can drag the window anywhere. Turns out I can only drag it where it could also be dragged by clicking normally.

But I turned it on anyway, we'll see if I'll use it.

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

#397
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 wonder if that’s how they implemented smart playlists for iTunes.

Other way around. Smart playlists (iTunes 3; July 17, 2002) came long before smart folders (MacOS X 10.4 "Tiger"; April 29, 2005), and solve a simpler problem due to dealing with a single file type and a pre-existing existing centralized database of standardized and relatively homogeneous ID3 metadata. Spotlight was created to extensibly generalize these capabilities to the while filesystem.

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

#398

Earlier quoted context omitted.

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

Damn, what a bummer. Is there any way to re-enable it?

It appears almost instantly when you mouse over where it used to be. I've been living on it for the past few weeks and haven't changed my muscle memory at all.

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

#400

Batch renaming files in Finder.[1] It's quite useful and one of the few GUI-based looping operations that takes me less time than fat-fingering the shell incantation. [1] https://osxdaily.com/2015/05/28/batch-rename-files-mac-os-x-...

What in the world, that's been here the entire time? I've been looking up how to do it in bash every time I've needed to do it. It's so strange how macOS has this appearance of simplicity but just below the surface you have stuff like this
Post reply on HN