I'm trying to write a script that splits the current + all next tabs into a new window — which would be super useful for organization.
It is perfectly possible to get the URLs of the current and all next tabs, make a new window and load all those URLs in new tabs, and then close the tabs in the original window – but that seems very cumbersome and slow.
So, is there any way to move a set of Safari tabs to a new window without actually reloading the URLs?
move
command, for examplemove tabs 2 thru 5 of window 1 to window 2
. – Latham