masking icon indicating copy to clipboard operation
masking copied to clipboard

pluggable to execute outside command

Open kibitan opened this issue 5 months ago • 0 comments

in order to allow users how to process the anonymization, introduce syntax, and call outside commands.

idea

users:
  email: `md5` # call shell command

it's passing value via stdin and take result from stdout

downside is performance regression and possible to failure

refs: @tonklon gave me the idea for this on 2014 Sep frankfurt.rb, thanks a lot!

kibitan avatar Sep 18 '24 06:09 kibitan