Skip to content

amharik/what-domains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

What domains

A naive script to get domains from stream

Usage:

hari:~/src/what-domains⚡ ./what-domains --help

Usage: 
  ./what-domains [ --invalid-tlds ] [ --exclude-emails ]

Piped with find:
  find . -type f -not -path '*/\.*' -exec grep -Il '.' {} \; 2> /dev/null | xargs -L 1 cat  2> /dev/null |  ./what-domains [--tld-sort] [ --invalid-tlds ] [ --exclude-emails ]

About

A naive script to get domains from stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages