aloneguid / bt

Browser Tamer
https://aloneguid.github.io/bt/
Apache License 2.0
134 stars 6 forks source link

[Feature] Option to open in specific tab group #72

Open JoshKasap opened 4 months ago

JoshKasap commented 4 months ago

It would be cool if we had the option to open in a specific tab group by name.

So lets say i set a link to open in chrome in the youtube group. First it would search to see if that tab group already exists the currently open chrome browser. If it is then appended the link to the tab group. Or if the tab group doesn't exist then create a new tab group with the name youtube and then append to that.

I assume this might be a pretty complex feature but I think it would be a cool option.

aloneguid commented 1 month ago

The browser itself does not expose command-line arguments to work with tab groups. I think this would need a browser extension to work properly.