0.1.7 • Published 2 years ago

wordle-search v0.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago