adjective-adjective-animal/cli
Travis Burtrum 240308389c Update to adjective_adjective_animal 2018-08-07 00:08:48 -04:00
..
src Update to adjective_adjective_animal 2018-08-07 00:08:48 -04:00
Cargo.toml Update to adjective_adjective_animal 2018-08-07 00:08:48 -04:00
README.md Update to adjective_adjective_animal 2018-08-07 00:08:48 -04:00

README.md

aaa - cli

Build Status license

Random name generator tool that gives you suitably random and reasonably unique human readable (and fairly adorable) ids, ala GiphyCat

Usage

Simple! Run without any parameters, you get a name:

> aaa
IndustrialSecretiveSwan

Need more? Tell it how many:

> aaa 10
IronfistedSubhexagonalTern
HoroscopicDrowsyBlackfish
QuarrelsomeDoubtfulCommabutterfly
UniqueHurtYaffle
GrubbyBoskyIchthyosaurs
BolsteredSyntheticTopi
PredespondentAssociativeOkapi
StereotypedComfortableScaup
CuratorialLacklustreWyvern
DazedStonyGiantschnauze

If you're ever confused, at least there's help:

> aaa --help
aaa 0.1.0

Author: Travis Burtrum <admin.github@moparisthebest.com>
A random name generator with results like `DeliriousHungryDolphin'.

USAGE:
    aaa [amount]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <amount>    Number of names to generate (default: 1)

Installation

Building from source

If you want (or need) to build the CLI from source, the following should not take too long. Note that you'll need a version of Rust (and Cargo which ships with the Rust distributions) before running:

> git clone https://github.com/moparisthebest/adjective-adjective-animal.git
> cd adjective-adjective-animal/cli
> cargo build --release
# test it out
> ./target/release/aaa