Safari extension to save your working sessions
Have you ever been working on a project, with dozens of tabs open, and wondered how to save that window? With Sessions you can easily save them, to re-open them whenever you'll want to!
- You can now reorder sessions by dragging them in the tabl
- Settings are moved to the settings button
- Auto-update: when opening a session in auto-update mode all changes are automatically saved
- Search bar is now more powerful and scans urls and tabs' titles, too!
- You can now replace a saved session with the current workspace
- Option button is gone - right click on a session to display all the available options
- You can now choose if you want to ignore or consider pinned tabs when saving your sessions
- Context menu has a new look
- Pinned tabs are now no longer part of sessions and will therefore be ignored when restoring a session
- Save and open private sessions! 1
- Open non-private sessions in private windows!
- Export as json
- Rename sessions
- Search
1: Note that since there are no public APIs avaible to open a private window I used the stratagem of sending a keystroke event to safari. This means that the function could sometimes fail and restore the session in a different window from the one opened.
Download the latest release and copy the file Sessions.app into your Application's folder. Open it.
Safari will warn you that this extension can read sensible information from every website. That's because Sessions needs a high level read permission to get the URLs of the websites you have open. Sessions won't ever read any personal information.
As you enable the extension from the Safari's settings window you should see a new icon appear in the bar.
- Click on the save button to store the current working session 2
- Double click on a previously saved to re-open it
- Click on the settings icon next to the name of the session to view some other actions:
- Restore - Same as double-click action
- Remove - Deletes the sessions (Caution! This action is irreversible!)
- Rename - Same as one-click action. Lets you rename the session (the default name is the title of the first tab open when you clicked on save)
- Export - Creates a .json file in the Downloads folder with every information Sessions has stored concerning about that session
2: Note that a session only includes the tabs of your current window. Other windows won't be included.
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details