containerise icon indicating copy to clipboard operation
containerise copied to clipboard

Use backreferences in container names

Open madduck opened this issue 5 years ago • 1 comments
trafficstars

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?

madduck avatar May 08 '20 00:05 madduck

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

LoveIsGrief avatar May 09 '20 10:05 LoveIsGrief