Sign inSign up

jasonincanada/greple

By jasonincanada

•Updated over 4 years ago

Cheat better at Wordle! An alpine-based interactive session with commands for finding a word

Image
0

215

jasonincanada/greple repository overview

⁠greple

Interactively whittle down the word list until you have 1 left. Source at https://github.com/jasonincanada/greple⁠

⁠Commands

CommandDescription
has ...itThe last two letters are it
has aThere's an a somewhere in the word
no f r uThere's no f, r, and u in the word
no ...a.There's no a in the second-last position
newStart the session over again with a fresh word file

⁠Example

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

Tag summary

Content type

Image

Digest

Size

2.7 MB

Last updated

over 4 years ago

docker pull jasonincanada/greple