command
module
Version:
v0.0.0-...-967076b
Opens a new window with list of versions in this module.
Published: May 15, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
xmail
xmail is a Go tool that uses haccer/available to detect which email addresses have domains which are able to be registered.
Install:
go install github.com/haccer/xmail@latest
or
git clone https://github.com/haccer/xmail
cd xmail
go install
Usage:
cat emails.txt | xmail
or
xmail -w emails.txt
With JSON:
% cat emails.txt| xmail --json
[
{
"domain": "doalkdjfaklsjdfk.com"
},
{
"domain": "doesntexisthahshhsh.com"
}
]

Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.