You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
src | 1 year ago | |
.gitignore | 1 year ago | |
Cargo.lock | 1 year ago | |
Cargo.toml | 1 year ago | |
LICENSE.md | 1 year ago | |
README.md | 1 year ago |
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