kintesh / containerise

Firefox extension to automatically open websites in a container
MIT License
411 stars 55 forks source link

Use backreferences in container names #131

Open madduck opened 4 years ago

madduck commented 4 years ago

I am trying to isolate all the various Slack workspaces I'm being forced to use. Unfortunately, they all redirect to the same domain (app.slack.com), and so I was wondering if it couldn't be possible to do something like

@https?:\/\/app\.slack\.com/client/([^/]+)/ , Slack-$1

i.e. use a backreference to name the container to be used?

LoveIsGrief commented 4 years ago

Sounds reasonable. I'm swamped with other projects, but it'd be nice if someone had a stab at this.