https://github.com/ghostdevv/gwordle
https://github.com/ghostdevv/gwordle
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostdevv/gwordle
- Owner: ghostdevv
- Created: 2022-05-11T12:42:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T10:46:53.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T16:03:56.000Z (12 months ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```