Go TABGROUPLOAD=savecurrent "My Tab Group" Feature

Go NEW TABGROUPLIST has a feature to save the current lister before going to a new one based on a new tab group selected from a dynamic list: Go NEW TABGROUPLIST=savecurrent

Please add a similar feature for Go TABGROUPLOAD to load the specific tab group immediately without selecting from a dynamic list. Something like: Go TABGROUPLOAD=savecurrent "My Tab Group"

Thanks

There is already Go TABGROUPSAVE=!current for that, which you can add before the line that opens the other group.

Using

Go TABGROUPSAVE=!current
Go TABGROUPLOAD "Browser Work"

does not create a new lister like "Go NEW TABGROUPLIST=savecurrent" does, it simply exchanges one tab group for another.

If this is not correct, what code does create another lister? If this is correct, I renew my feature request.

Of course, since you don't have the NEW argument in your new command like you did in the old one.

All three of these have the same outcome.

Go NEW TABGROUPLOAD "Browser Work"

//Go NEW
//Go TABGROUPLOAD "Browser Work"

//Go TABGROUPSAVE=!current
//Go NEW TABGROUPLOAD "Browser Work"

Thank you for the motivation.