jenny

command
v0.0.0-...-f9b4428 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2022 License: GPL-3.0 Imports: 7 Imported by: 0

README

Jenny

Jenny generates usernames from a list of names provided on stdin.

Usage

$ cat names.txt
John Doe
John Doe-Verhulst
John van der Doe
John-John Doe

$ cat names.txt | jenny -suffix "@example.com" -lower
johndoe@example.com
john.doe@example.com
j.doe@example.com
john.d@example.com
j.d@example.com
johndoe-verhulst@example.com
john.doe-verhulst@example.com
j.doe-verhulst@example.com
john.d@example.com
j.d@example.com
johnvanderdoe@example.com
john.vanderdoe@example.com
j.vanderdoe@example.com
john.v@example.com
j.v@example.com
john-johndoe@example.com
john-john.doe@example.com
j.doe@example.com
john-john.d@example.com
j.d@example.com

Installation

go install github.com/leesoh/hacks/jenny@latest

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL