/text-email-extractor

A simple tool to extract email addresses from text.

Primary LanguageJavaScript

text-email-extractor

Extract emails from a text file.

Usage

text-email-extract [filename]|[stdin] [options]

Options

-h, --help                  output usage information
-V, --version               output the version number
-b, --blacklist <filename>  A list of email to filter out

The blacklist file should contain one email per line. * wildcard can be used.