ZWordle

April 4, 2022 ยท View on GitHub

(wordle for zsh - with tab completion!)

asciicast

Usage

Playing

This mode plays wordle's word of the day by default. Or any other day's word using eg. num=1038.

zwordle
Screen Shot 2022-04-04 at 09 39 37

Solving

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>
Screen Shot 2022-04-04 at 09 33 23
zwordle weary=W.... pills=.i... vague=..... <TAB>
Screen Shot 2022-04-04 at 09 00 53

Solving (multi)

(dordle or quordle or ...)

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
Screen Shot 2022-04-04 at 10 44 55

Installation

git clone https://github.com/zechris/zwordle.git ~/Code/zechris/zwordle
export PATH="$PATH:$HOME/Code/zechris/zwordle/bin"

Why?

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!