https://github.com/piecioshka/find-emails-in-string-cli
🔨 CLI to find emails in plain text file
https://github.com/piecioshka/find-emails-in-string-cli
cli
Last synced: 25 days ago
JSON representation
🔨 CLI to find emails in plain text file
- Host: GitHub
- URL: https://github.com/piecioshka/find-emails-in-string-cli
- Owner: piecioshka
- Created: 2017-12-16T17:22:41.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T12:04:28.000Z (over 1 year ago)
- Last Synced: 2026-04-23T12:34:49.400Z (3 months ago)
- Topics: cli
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# find-emails-in-string-cli
[](#cli)
[](https://www.npmjs.com/package/find-emails-in-string-cli)
[](https://badge.fury.io/js/find-emails-in-string-cli)
[](https://www.npmjs.com/package/find-emails-in-string-cli)
[](https://packagephobia.com/result?p=find-emails-in-string-cli)
[](https://piecioshka.mit-license.org)
[](https://github.com/piecioshka/find-emails-in-string-cli/actions/workflows/testing.yml)
🔨 CLI to find emails in plain text file
## CLI
Installation:
```bash
npm install -g find-emails-in-string-cli
```
```bash
find-emails-in-string /path/to/text-file.txt
admin@example.org, webmaster@example.org, root@example.org
```
## Credits
Thanks to [alexemrie](https://github.com/alexemrie) for create package
[find-emails-in-string](https://github.com/alexemrie/find-emails-in-string).
Great job! 🌟
## License
[The MIT License](https://piecioshka.mit-license.org) @ 2017