All Projects → spatie → email-concealer-cli

spatie / email-concealer-cli

Licence: MIT License
CLI tool for concealing e-mails in a file by replacing their domain

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to email-concealer-cli

Networkteam.Neos.MailObfuscator
Email address obfuscation for Neos CMS
Stars: ✭ 13 (-56.67%)
Mutual labels:  obfuscation, email
Laravel Mail View
Preview Laravel Mailables and notifications in your browser.
Stars: ✭ 41 (+36.67%)
Mutual labels:  email, developer-tools
Sendria
Sendria (formerly MailTrap) is a SMTP server designed to run in your dev/test environment, that is designed to catch any email you or your application is sending, and display it in a web interface instead of sending to real world.
Stars: ✭ 30 (+0%)
Mutual labels:  email, developer-tools
mailtrap
MailTrap has been renamed to Sendria. Please use Sendria now, MailTrap is abandoned. MailTrap is a SMTP server designed to run in your dev/test environment, that is designed to catch any email you or your application is sending, and display it in a web interface instead of sending to real world.
Stars: ✭ 14 (-53.33%)
Mutual labels:  email, developer-tools
fx-private-relay-add-on
Companion add-on for Firefox Relay. Keep your email safe from hackers and trackers. Make an email alias with one click, and keep your address to yourself.
Stars: ✭ 24 (-20%)
Mutual labels:  email
beneath
Beneath is a serverless real-time data platform ⚡️
Stars: ✭ 65 (+116.67%)
Mutual labels:  developer-tools
groupoffice
Group Office groupware and CRM
Stars: ✭ 80 (+166.67%)
Mutual labels:  email
pganonymize
A commandline tool for anonymizing PostgreSQL databases
Stars: ✭ 20 (-33.33%)
Mutual labels:  developer-tools
Umbraco.GodMode
Diplo God Mode makes Umbraco developers invincible!
Stars: ✭ 16 (-46.67%)
Mutual labels:  developer-tools
blimp
Blimp: Develop with Docker Compose in the cloud
Stars: ✭ 96 (+220%)
Mutual labels:  developer-tools
ESP-Mail-Client
⚡️Arduino Mail Client Library to send, read and get incoming mail notification for ESP32, ESP8266 and SAMD21 devices. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.
Stars: ✭ 78 (+160%)
Mutual labels:  email
github-email-extractor
😎 Chrome extension to fetch the email ID of a user even if they haven't made it public on their GitHub profile
Stars: ✭ 58 (+93.33%)
Mutual labels:  email
hapi-dev-errors
A hapi plugin to return better error details and skip the look at command line to catch the issue.
Stars: ✭ 58 (+93.33%)
Mutual labels:  developer-tools
activism-mailbot
No description or website provided.
Stars: ✭ 49 (+63.33%)
Mutual labels:  email
smf-spf
It's a lightweight, fast and reliable Sendmail milter that implements the Sender Policy Framework
Stars: ✭ 12 (-60%)
Mutual labels:  email
mailgun-plsql-api
Oracle PL/SQL API for Mailgun
Stars: ✭ 30 (+0%)
Mutual labels:  email
gnome-email-notifications
Gnome Email Notifications
Stars: ✭ 65 (+116.67%)
Mutual labels:  email
Copper
Copper mail : comprehensive email solution which can be readily deployed without complex configurations.
Stars: ✭ 12 (-60%)
Mutual labels:  email
tools-install
Setup scripts for various dev tools, utilities, SDKs and CLI stuff
Stars: ✭ 13 (-56.67%)
Mutual labels:  developer-tools
myke
make with yaml: development tasks made simple with golang, yaml and many ingredients
Stars: ✭ 67 (+123.33%)
Mutual labels:  developer-tools

Conceal e-mail addresses in a file

Latest Version on Packagist StyleCI Quality Score Total Downloads

CLI tool for concealing e-mails in a file by replacing their domain. Useful for concealing production data—like MySQL dumps—so you can use it locally without worrying about having real addresses on your system.

This package is a CLI app for spatie/email-concealer.

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Postcardware

You're free to use this package (it's MIT-licensed), but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: Spatie, Kruikstraat 22, 2018 Antwerp, Belgium.

We publish all received postcards on our company website.

Installation

You can install the package via composer:

composer global require spatie/email-concealer-cli

Usage

# Conceal all e-mail addresses in a file, and print the result
email-concealer conceal path_to_src_file

# Conceal all e-mail addresses in a file, and write the result to a new file
email-concealer conceal path_to_src_file path_to_dest_file

# Conceal all e-mail addresses in a file, and overwrite the existing file
email-concealer conceal path_to_src_file --overwrite

# Conceal all e-mail addresses by replacing them with a "spatie.be" domain
email-concealer conceal path_to_src_file --overwrite --domain="spatie.be"

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

About Spatie

Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].