sienori / Tab-Session-Manager

WebExtensions for restoring and saving window / tab states
https://tab-session-manager.sienori.com/
Mozilla Public License 2.0
1.84k stars 181 forks source link

desktop shortcuts for sessions #1069

Open filepec opened 1 year ago

filepec commented 1 year ago

I'm frustrated about interactions between my browser's startup options and Tab Session Manager's startup options. I'd like to avoid those frustrations by saving a session to my desktop so that I can get my computer better organized to jump straight into a browser session along with any other programs that are relevant to the work I'm doing in that session.

I'm still experimenting with browser and TSM startup options; let me know if there's a different way you'd recommend achieving this. If I could get sessions reloading with the tab groups properly named and color-coded, that would take some pressure off this solution. If I could get my TSM startup session reloading and also tracking, that would also help.

QuzarDC commented 1 year ago

This is something I'd be interested in as well. I know in FireFox there is not really any option to allow command-line interactions with add-ons in such a way, but perhaps that could be worked around by having sessions mapped to internal urls in the way the settings pages and such are: moz-extension:///options/index.html

Putr commented 1 year ago

@QuzarDC that would be great, because we could then open sessions with firefox --url moz-extension:///options/index.html and would open up a world of automation options.