Skip to content

Instantly share code, notes, and snippets.

@dideler
dideler / example.md
Last active July 24, 2025 18:46
A python script for extracting email addresses from text files.You can pass it multiple files. It prints the email addresses to stdout, one address per line.For ease of use, remove the .py extension and place it in your $PATH (e.g. /usr/local/bin/) to run it like a built-in command.