HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dailyanchovy

no profile record

投稿

Show HN: Re-Implementing the macOS Spatial Finder

github.com
75 ポイント·投稿者 dailyanchovy·10 か月前·37 コメント

コメント

dailyanchovy
·5 か月前·議論
Yes, and “genuine question” or “am i missing something?”
dailyanchovy
·9 か月前·議論
Oh that’s not a limitation, it was a choice. You can remove that restriction by changing the appropriate line to scan ~ instead of ~/Documents.
dailyanchovy
·9 か月前·議論
I see. While making this I found that if you hide the Finder sidebar and toolbar (both are options in the menu), then your scenario plays out. In a way it’s nicer than the video on my github.
dailyanchovy
·9 か月前·議論
You can just choose not to use this. Nothing bad about having the choice, so no need to be negative.
dailyanchovy
·10 か月前·議論
Ah yes, that may be an issue. But that is solved by not installing the "window_title_changed" hook, so that the scripts only take effect when new Finder windows are opened. In that case, windows never move around. All the points you mentioned are issues with the default behaviour of Finder (e.g. when opening a new Finder window as is, you cannot predict where it will open and so it may block other elements).