bushong1 / wordle

A simple regex to help you find fun wordle guesses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordle Regex

Usage

  • Runs with bash, so pop into your cli
  • Edit regex.sh to tweak the variables in the top half, and run.
    • All letters should be lowercase, without any spaces between
  • Execute with ./regex.sh
  • Other Commands:
    • ./regex.sh unique If you want only words with 5 different letters
    • ./regex.sh count If you want a count of how many of each letter appear in the output

About

A simple regex to help you find fun wordle guesses


Languages

Language:Shell 100.0%