Ask HN: What feature did you find after years of using macOS?
181–190 of 540 posts
Re: Ask HN: What feature did you find after years of using macOS?
#182Re: Ask HN: What feature did you find after years of using macOS?
#183To do that use Handbrake, whick is open source and the go-to app for any encoding.
Re: Ask HN: What feature did you find after years of using macOS?
#184You 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?
#185Re: Ask HN: What feature did you find after years of using macOS?
#186⌘O – open file/folder in Finder
⌘J in Finder, Set as Defaults — sets default view options for all folders (struggled a lot with Finder inconsistencies before finding this out)
Re: Ask HN: What feature did you find after years of using macOS?
#187Dragging 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 with multiple files / multi file selection, and in the case of inserting the path as text, they are space delimited and auto quoted (convenient for shell use).
Edit: This icon can include the one at the top of a finder window (the window title). That’s actually interactable and can be dragged and dropped for the directory itself.
Re: Ask HN: What feature did you find after years of using macOS?
#188When typing or editing text, Option-arrow to move the cursor one word to the left or right Command-arrow to move to the beginning or end of the line Combine either of these with the shift key to quickly select text.
This experience alone was enough to convince me it was time to learn vim.
Re: Ask HN: What feature did you find after years of using macOS?
#189I 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).