You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I love this addon, I have containers for e.g. everyday tasks, one for wiki entries of a specific game, one for every project I work on and so on.(documentation & stuff) Right now the workflow for working on a project is kind of cumbersome, I have to open firefox, create a new window, (or do that via the commandline) click on the STG icon and choose the tab group. I also use auto move so I cant forget to move a tab.
Describe the solution you'd like
Probably a custom URL handler such that I can create a desktop shortcut with commandline arguments to open a specific group. This may look like moz-extension://simple-tab-groups@drive4ik/open/group1 which would switch to group1 and ideally close the tab.
Thus it would be possible to create the following desktop shortcut: firefox --new-window "moz-extension://simple-tab-groups@drive4ik/open/group1" To open a new firefox window with group1 (and no additional tab) already open.
Describe alternatives you've considered
Use auto move, create a new tab with a specific (bogus) url to trigger auto move & move me to the group, I now have a (most of the time) unwanted tab open. This does not work from the commandline.
All of these require at least one additional user interaction.
Additional context
The text was updated successfully, but these errors were encountered:
B4rc1
changed the title
Start a specified tab group from the commandline
[Feature Request] Start a specified tab group from the commandline
Sep 12, 2024
Is your feature request related to a problem? Please describe.
I love this addon, I have containers for e.g. everyday tasks, one for wiki entries of a specific game, one for every project I work on and so on.(documentation & stuff) Right now the workflow for working on a project is kind of cumbersome, I have to open firefox, create a new window, (or do that via the commandline) click on the STG icon and choose the tab group. I also use auto move so I cant forget to move a tab.
Describe the solution you'd like
Probably a custom URL handler such that I can create a desktop shortcut with commandline arguments to open a specific group. This may look like
moz-extension://simple-tab-groups@drive4ik/open/group1
which would switch togroup1
and ideally close the tab.Thus it would be possible to create the following desktop shortcut:
firefox --new-window "moz-extension://simple-tab-groups@drive4ik/open/group1"
To open a new firefox window withgroup1
(and no additional tab) already open.Describe alternatives you've considered
All of these require at least one additional user interaction.
Additional context
The text was updated successfully, but these errors were encountered: