SkillAgentSearch skills...

Gocha

Random strings generater based on a pattern

Install / Use

/learn @t-mrt/Gocha
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gocha Build Status

NAME

gocha - Generate random strings based on a pattern

DESCRIPTION

gocha makes it trivial to generate random strings.

$ gocha -n 5 "(:shimobayash2?:){5}"
:shimobayash::shimobayash2::shimobayash2::shimobayash::shimobayash2:
:shimobayash2::shimobayash2::shimobayash::shimobayash::shimobayash2:
:shimobayash2::shimobayash::shimobayash::shimobayash2::shimobayash:
:shimobayash2::shimobayash::shimobayash::shimobayash::shimobayash2:
:shimobayash::shimobayash2::shimobayash::shimobayash2::shimobayash2:

You can use the same regular expression as regexp/syntax.

SYNOPSIS

usage: gocha [<flags>] <pattern>

Flags:
      --help  Show context-sensitive help (also try --help-long and --help-man).
  -n, --number-of-lines=NUMBER-OF-LINES
              Number of lines

Args:
  <pattern>  Regular expression

INSTALLATION

go get github.com/t-mrt/gocha/cmd/gocha

AUTHOR

t_ t.us.mrt@gmail.com

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated6y ago
Forks1

Languages

Go

Security Score

65/100

Audited on Jan 17, 2020

No findings