A macOS Finder Quick Action that adds the missing "Move to..." command: right-click a file or folder, pick a destination, and Finder moves it there.
Finder has never shipped a built-in "Move to..." action — a gap documented in this Apple Community thread. From that thread I defined the workflow (select item, choose destination, move), designed the automation around an Automator Quick Action with AppleScript, evaluated the result against what the thread's users actually needed, and packaged it with installation instructions.
Process note: the AppleScript was initially drafted with ChatGPT's assistance. The engineering work — identifying the missing workflow, designing and evaluating the solution, testing it against real use, and packaging and documenting the Quick Action — was mine; AI assisted with drafting, not with the design.
Download and unzip the .zip file, then open the workflow in Automator to install it.
Right-click the folder or file you'd like to move in Finder. Under "Quick Actions," click "Move to..." and select the destination in the pop-up Finder window.
Here's a screenshot of what it looks like: