Built a tool for generating alias for mail-in-a-box

Hi,
I built a tool for generating alias https://github.com/naveensrinivasan/unicorn . I was manually creating a lot of alias, I wanted something where I could run the tool and it

  1. generates a random email address
  2. verifies it does not exists
  3. creates an alias and then
  4. copies to the clipboard.

It is built in go and have releases for https://github.com/naveensrinivasan/unicorn/releases

try it out and if you need post an issue or do a PR.

Thanks