Cheat better at Wordle! An alpine-based interactive session with commands for finding a word
215
Interactively whittle down the word list until you have 1 left. Source at https://github.com/jasonincanada/greple
| Command | Description |
|---|---|
has ...it | The last two letters are it |
has a | There's an a somewhere in the word |
no f r u | There's no f, r, and u in the word |
no ...a. | There's no a in the second-last position |
new | Start the session over again with a fresh word file |
Example session for Wordle 246 (20 Feb 2022):
~/greple$ docker run -it --rm jasonincanada/greple
/greple 4570 > has ...it
admit
audit
await
... 21 other words elided
unfit
visit
vomit
/greple 27 > no f r u
admit
await
davit
debit
digit
habit
legit
licit
limit
pipit
plait
posit
split
tacit
visit
vomit
/greple 16 > has a
admit
await
davit
habit
plait
tacit
/greple 6 > no p e d l
await
habit
tacit
/greple 3 > has .a...
habit
tacit
/greple 2 > no h b
tacit
/greple 1 > new
/greple 4570 > exit
Content type
Image
Digest
Size
2.7 MB
Last updated
over 4 years ago
docker pull jasonincanada/greple