Codename is a small utility program to randomly generate phrases, akin to GfyCat URLs and Jitsi room names.
The simplest way to get the binary is to install it via cargo
$ cargo install codename
If you instead prefer to build from source, you can clone this repository and
build/run via cargo build
and cargo run
respectively.
Codename is licensed under the MIT license.
The wordlists and basic logic are adapted from Jitsi's js-utils collection, specifically the roomNameGenerator.