> things I really wish existed.
Just last week I was looking for a way to move all the windows from one screen to another in a go. After evaluating many clumsy or over-complicated existing solutions, I asked copilot to write a C program to do it. It had to be minimal and not depend on any runtime framework. A few loops later I had what I wanted without installing third-party tools!
> move all the windows from one screen to another in a go
Sounds like a job for 10 line AutoHotkey script.