0.1.7 • Published 3 years ago

wordle-search v0.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

wordle-search

Searches a word list for words that match the specified filters.

$npx wordle-search B_Y__ -i ou -e erf

This example searches for a word with B as the first letter, Y as the third letter which includes the letters o and u and does not include e, r or f

Options

ArgumentAliasTypeDescription
knownstringKnown characters. Default option (does not need --known switch). Specify known characters: wordle-search k_o_n
lengthlnumberLength of word to search for. Defaults to 5
excludeestringcharacters to exclude
includeistringcharacters to include
maxDisplayCountnumberMaximum results to display. Defaults to 10
helphboolean

Markdown Generated by ts-command-line-args

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago