FreedomCoder / LEsearchy

Find email addresses in a directory or a whole filesystem.

This URL has Read+Write access

name age message
file README Loading commit data...
file lesearchy.rb
README
Simple RUBY script to search for emails. This is just a start it could have plenty of things and more
search methods. such as searching in metadata, in email client address books and/or OS address
books, etc. 


HELP for LSearchy
-----------------

--help, -h
  Well I guess you know what this is for (To obtain this Help).\n
--dir, -d [directory_name]
  The root path to start the files.\n
--query, -q
  The pattern to use to detect emails (i.e *client*).\n
--output, -o
  The output file name.

EXAMPLE:

> lsearchy -d /home -q @company.com -o emails.pdf