gabooh / text-email-extractor

A simple tool to extract email addresses from text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple tool to extract email addresses from text.


Languages

Language:JavaScript 94.1%Language:TypeScript 5.9%