tab-transporter icon indicating copy to clipboard operation
tab-transporter copied to clipboard

Bulk move tabs across browsers on macOS

Results 7 tab-transporter issues
Sort by recently updated
recently updated
newest added

for example, the way it's done in https://github.com/SteveMarshall/open-in-chrome.workflow

enhancement

This is harder to read than the current markdown table, but it paints a more complete picture as support for more browsers are added. I am using [Tables Generator][1] as...

Here is a version of the script for Safari and Firefox: https://gist.github.com/max-arnold/b30c5e17a383199621383a41d6f4b869

In El Capitan, Safari [introduced pinned tabs](http://www.cultofmac.com/391318/how-to-pin-safari-tabs-in-el-capitan/). Related tools like [OneTab](https://www.one-tab.com) do not disturb pinned tabs by default. If it's possible through the AppleScript API, I'd like to create the...

enhancement

There was support for this with the previous approach [to closing tabs](https://github.com/tedmiston/tab-transporter/blob/a4f798254a21072d09081674bbb336ea317c6848/AppleScript/tab_transporter.applescript#L45): ``` applescript tell application "Safari" activate tell application "System Events" keystroke "w" using {command down, shift down} end...

enhancement