Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realliyifei/alfred-browser-tab-organizor

Re-organize tabs in Safari and Chrome: close, move, duplicate, convert, etc.
https://github.com/realliyifei/alfred-browser-tab-organizor

alfred alfred-workflow chrome safari workflow

Last synced: 2 months ago
JSON representation

Re-organize tabs in Safari and Chrome: close, move, duplicate, convert, etc.

Awesome Lists containing this project

README

        



# Browser Tab Organizor (Alfred Workflow)

Re-organize tabs in Safari and Chrome - close, move, duplicate, convert, etc.:

* `⌃` + `L`: close left tabs
* `⌃` + `R`: close right tabs
* `⌃` + `⇧` + `L`: move left tabs to new window
* `⌃` + `⇧` + `R`: move right tabs to new window
* `⌃` + `W`: close all other tabs in current window
* `⌃` + `D`: duplicate current tab to the adjacent tab
* `⌃` + `⇧` + `D`: duplicate current tab to the last tab
* `⌃` + `C`: move current tab from Safari to Chrome, or vice versa
* `⌃` + `⇧` + `C`: move all tabs in current window from Safari to Chrome, or vice versa
* `⌃` + `P`: move current tab to the private mode

TODO

* `⌃` + `B`: switch back to the most recent tab (ref. safari extention TabBack)
* `⌃` + `F`: refresh all the tabs in current window
* `⌃` + `⇧` + `P`: duplicate current tab to the private mode
* `⌃` + `⇧` + `K`: move all tabs of current window back to the next lastest window as left tabs
* `⌃` + `⇧` + `E`: move all tabs of current window back to the next lastest window as right tabs
* `⌃` + `M`: re-open current tab in a new window

## Limitations

Note that I didn't add the feature that moves all tabs of *all windows* across browsers, as I don't see how it's useful to me, but you can add it easily via [here](https://gist.github.com/hanneskaeufler/4b94e292372639fde003729726500669) and welcome to pull back :)

## Download

Download alfredworkflow file directly from [the releases page](https://github.com/realliyifei/alfred-browser-tab-organizor/releases), make sure to download the latest release.

## Software: Alfred (Mac)

![Alfred Logo](https://i.pinimg.com/originals/5c/23/a6/5c23a6723d3b19e892985fd918cf0aab.png)

The software can be downloaded [here](https://www.alfredapp.com/). You need to [buy the Powerpack](https://buy.alfredapp.com/) to use this workflow.

Note that if you don't want to buy the software, or just need the AppleScript for other purposes, you can find the corrosponding AppleScript of each feature in [info.plist](info.plist).

## Credits

* This workflow is inspired by the safari extension [yuanzhoucq/Tab-Space](https://github.com/yuanzhoucq/Tab-Space) and @gingerbeardman’s suggestion ([Tab-Space's issue 39](https://github.com/yuanzhoucq/Tab-Space/issues/39)).

* The icon is from [Open Tabs Icon #296010](https://icon-library.com/icon/open-tabs-icon-19.html).

* Also, see another safari-specific workflow [here](https://www.alfredforum.com/topic/10921-safari-assistant/#comments), though it's sort of aborted :(