An open API service indexing awesome lists of open source software.

https://github.com/ghostdevv/gwordle


https://github.com/ghostdevv/gwordle

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Wordle Guesser

Was borded of using online tools that aren't great

# Install
```bash
cargo install gwordle
```

# Word List

Thanks to https://github.com/tabatkins/wordle-list for the word list

# Args
```
-m, --matcher This is the query, use a . for unknown letters. For example you might know where s and h goes sh...
-h, --has This is where you put letters that you know are in the word. For example you might know there is a "o" and a "t" (-h ot)
-e, --exclude This is where you put letters that you know aren't in the word. For example xovyq
```