Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Re-organize tabs in Safari and Chrome: close, move, duplicate, convert, etc.
- Host: GitHub
- URL: https://github.com/realliyifei/alfred-browser-tab-organizor
- Owner: realliyifei
- License: mit
- Created: 2020-09-19T07:37:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T06:18:21.000Z (about 1 year ago)
- Last Synced: 2024-08-02T15:55:17.132Z (6 months ago)
- Topics: alfred, alfred-workflow, chrome, safari, workflow
- Homepage:
- Size: 208 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 modeTODO
* `⌃` + `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 :(