Show HN: Re-Implementing the macOS Spatial Finder (github.com)
Modern macOS versions open folders in seemingly random positions and sizes. This set of scripts restores the behaviour known to classic macOS, where:
- folders remember where they were on the screen
- folders remember how big they were
This enables you to utilise the brain's superb spatial memory for file management.
14 comments
[ 3.5 ms ] story [ 27.6 ms ] threadNo they don't? I'm on Sequoia and Finder windows open in exactly the position of my last window. Height does vary on the view style though.
This looks maddening, it's the complete opposite of what I'd want.
> seemingly random positions and sizes
Indeed, so let's open each folder in an actually random position and size, whatever I sized it 3 weeks ago, really.
Great job bringing something similar to the modern Finder!
That's quite a caveat. The reason for it is:
> size and position are stored in a hidden .framedata.json file in that folder. When a folder is opened, this file is used to restore its state.
Couldn't this information be stored centrally in the user's home for any folders opened/moved/sized, avoiding this limitation?
OP: whether this delivers or not, it's a concept that concerns me. Thanks for caring about this and doing something about it.