Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcrousso/retab
:loop: Reopen Closed Tabs in Safari
https://github.com/dcrousso/retab
Last synced: 6 days ago
JSON representation
:loop: Reopen Closed Tabs in Safari
- Host: GitHub
- URL: https://github.com/dcrousso/retab
- Owner: dcrousso
- License: mit
- Created: 2015-04-29T22:55:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T01:42:26.000Z (over 9 years ago)
- Last Synced: 2023-09-18T19:36:04.993Z (about 1 year ago)
- Language: HTML
- Homepage: http://git.io/retab
- Size: 301 KB
- Stars: 0
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Reopen Closed Tabs in Safari
![](https://img.shields.io/badge/Re-Tab-106ae0.svg?style=flat-square)
![](https://img.shields.io/badge/Safari-Extension-ffaa00.svg?style=flat-square)
![](https://img.shields.io/badge/License-MIT-303030.svg?style=flat-square)In Safari you can _⌘ + z_ to reopen the last closed tab, but it seems to fall short of _undo_ as it only works for one tab. With _retab_ you can reopen as many as _20_ closed tabs.
## Install
Download bundle [**here**][bundle], double click, confirm and you will be reopening closed tabs in no time. Alternatively, you can [download][zip] the source and build it yourself. You will need to [register](https://developer.apple.com/programs/safari/) for the Safari Developer Program. (Free)
## Key bindings
_retab_ uses _⌘ + z_ by default, but Chrome-_style_ _⌘ + ⇧ + T_ is also available via Settings.
![](settings.png)
## Requests
If you have any requests or issues with this software, please [open an issue][issues] and you will be promptly served. You are also welcome to submit a patch or pull a request with that feature you like.## FAQ
1. Why only 20 tabs?
There is no numeric spinner available via settings in Safari. Using any other UI component would be too cumbersome. 20 seems like a fairly large number of tabs. For instance, Chrome remembers up to 10. We can double that.## License
[MIT](http://opensource.org/licenses/MIT) © [Jorge Bucaran](http://bucaran.me)
[bundle]: https://github.com/bucaran/retab/blob/master/retab.safariextz?raw=true
[zip]: https://github.com/bucaran/retab/archive/master.zip
[issues]: https://github.com/bucaran/retab/issues