(wordle for zsh - with tab completion!)
This mode plays wordle's word of the day by default. Or any other day's word using eg. num=1038
.
zwordle
This mode helps you solve other wordles, but requires you to score your own words.
Examples:
.
(for any ⬜ letter)- uppercase
W
(for a 🟩W
) - lowercase
i
(for a 🟨I
)
First initialize zwordle's zsh tab completion, this can be done with:
source zwordle
Then the following should work in zsh:
zwordle weary=W.... pills=.i<TAB>
zwordle weary=W.... pills=.i... vague=..... <TAB>
zwordle radio=Ra...=r...o=....o=R...o rumba=RU..a=rU...=..M..=R.... rural=RURAL=.UR..=....l=R.... furor==.UROR=...O.=..ro. juror==JUROR=...O.=..ro. lemon===LEMON=...o. rocks====ROCKS
git clone https://github.com/zechris/zwordle.git ~/Code/zechris/zwordle
export PATH="$PATH:$HOME/Code/zechris/zwordle/bin"
Because I wanted to learn more about zsh & tab completion.
Oh, and to cheat at https://www.quordle.com ... that game does my head in!