Skip to content

zechris/zwordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZWordle

(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!