This program aids in solving Wordles.
This program currently requires ripgrep, rg
, to be installed.
Execute the program. After entering your guess on the website, enter your guess in the command line program.
- Green letters should be prefixed with a
+
. - Yellow letters should be prefixed with a
-
.
Ctrl-c
to quit the program.
Say you enter the word saute
. Wordle shows a
and e
as green, and t
as
yellow. In this program, input: s+au-t+e
. It will then spit out the list of
possible words for your next guess.