multi-account-containers icon indicating copy to clipboard operation
multi-account-containers copied to clipboard

Exclude containers from list matching a pattern

Open Termuellinator opened this issue 5 years ago • 4 comments

When using https://github.com/stoically/temporary-containers in automatic mode, many tab containers are created that clutter the addon-icon menu (where you can select "always open in" etc..) and the context menu -> "open in tab container" list.

It would be nice to have an option to ignore/hide containers according to a filter (like " tmp* " for example) in these lists. I guess the context menu would be a direct firefox-request though?

Termuellinator avatar Jul 05 '20 18:07 Termuellinator

Filter … addon-icon menu

▶ probably a duplicate of #1103

If so, please close. Thank you.

grahamperrin avatar Apr 28 '21 05:04 grahamperrin

@grahamperrin I don't think it duplicates #1103. The request is for a config option that will filter out the containers that temporary-containers creates, rather than a filter search box. The reason is that currently MAC shows temporary containers in the menu, but they're not useful to see and not used through the MAC addon, so they just clutter the space up:

image

Aside from clutter, the temporary containers are also unintentionally synced (stoically/temporary-containers#371), so this feature request I think would also be handy if it was for a means of entirely ignoring containers including from sync and in the UI.

gpoole avatar Nov 16 '21 23:11 gpoole

This could be mostly resolved by expanding on https://github.com/mozilla/multi-account-containers/pull/2231 to use the same pattern setting to hide the containers from the popup as well.

Unfortunately since the context menu is not controlled by this extension it would not be possible to exclude them from that.

gpoole avatar Feb 25 '23 22:02 gpoole

The https://github.com/mozilla/multi-account-containers/pull/2231 MR is merged, but I can't find the introduced option anywhere in the settings and even in the code: https://github.com/search?q=repo%3Astoically%2Fmulti-account-containers+syncExcludeRegExp&type=code

Is this feature removed from the current version of the extension?

MurzNN avatar Mar 11 '25 09:03 MurzNN