A tool that generates domain suggestions
Go to file
Agatha Lovelace 25f56ef2bf initial commit 2021-12-25 22:46:48 +02:00
src initial commit 2021-12-25 22:46:48 +02:00
.gitignore initial commit 2021-12-25 22:46:48 +02:00
Cargo.lock initial commit 2021-12-25 22:46:48 +02:00
Cargo.toml initial commit 2021-12-25 22:46:48 +02:00
LICENSE.md initial commit 2021-12-25 22:46:48 +02:00
README.md initial commit 2021-12-25 22:46:48 +02:00

README.md

Domainie

A tool that generates domain suggestions.

Usage

The MW_APIKEY environmental variable must be set to a Merriam-Webster Thesaurus api key, if the --similar flag is used. You can get one here.

All provided files must be formatted like this:

word
anotherword
yetanotherword

<...>

Or, in the case of domains,

.com
.net
.org

<...>

USAGE:
    domainie [FLAGS] [OPTIONS] --domains <FILE> --words <FILE>

FLAGS:
    -s, --similar    Whether to include similar words
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --domains <FILE>     Newline-separated list of domains
    -e, --exclude <FILE>     Words to exclude from suggestions
        --len_limit <NUM>    Longest allowed domain name
    -n, --number <NUM>       Amount of suggestions to show
        --syn_limit <NUM>    How many similar words to get from each category
    -w, --words <FILE>       Newline-separated list of words