../words5
Simple CLI tool to generate a random English-language word, 5 characters or longer.
Clone with
git clone git://git.awl.red/neallred/words5

words5📎

Simple CLI tool to generate a random English-language word, 5 characters or longer.

Build📎

To build the binary, run

go build main.go

To regenerate the gob, run

go generate gen/gen.go

Words source: https://raw.githubusercontent.com/dwyl/english-words/master/words_alpha.txt

.gitignore 10 months ago
README.md 10 months ago
gen
gen.go 10 months ago
go.mod 9 months ago
main.go 10 months ago
words5.gob 10 months ago
words5.txt 10 months ago