Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

v1.5 Multi-Domain Support

Latest
Compare
Choose a tag to compare
@robert-wallis robert-wallis released this 27 May 07:42
· 3 commits to master since this release

Now supports a new .pair format as well as the previous format.

Regular format

pairs:
  gc: Grumpy Cat;grumpy.cat
  pp: Pinkie Pie; pinkie.pie
  rw: Robert A. Wallis; robert.wallis

email:
  prefix:
  domain: example.com

Multiple Domains

Maybe you have contractors that have different domains, or maybe you pair with personal email addresses.
How can you configure your .pairs file to support multiple domains?

pairs:
  gc: Grumpy Cat
  rw: Robert Wallis

email_addresses:
  gc: [email protected]
  rw: [email protected]