https://github.com/nathanielfernandes/wrdl
a wordle solver in your cli
https://github.com/nathanielfernandes/wrdl
bubbletea charm cli cobra wordle wordle-solver
Last synced: 5 months ago
JSON representation
a wordle solver in your cli
- Host: GitHub
- URL: https://github.com/nathanielfernandes/wrdl
- Owner: nathanielfernandes
- License: mit
- Created: 2022-04-10T04:00:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T04:02:24.000Z (about 4 years ago)
- Last Synced: 2024-06-20T15:54:06.770Z (almost 2 years ago)
- Topics: bubbletea, charm, cli, cobra, wordle, wordle-solver
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# wrdl
## a wordle solver in your cli

this is a simple tool that can solve any wordle.
all it really does is filter the words based on the clues you
give it.
## Usage
`clone` the repo, `go install .` and enjoy :)
call `wrdl` and start typing in your clues, and you can view the possible wordle words.
`space` lets u cycle between the letter being grey, yellow, and green.
## About
i used [bubbletea](https://github.com/charmbracelet/bubbletea), [lipgloss](https://github.com/charmbracelet/lipgloss) and [bubbles](https://github.com/charmbracelet/bubbles) to create the clean ui.

the project was built using [cobra](https://github.com/spf13/cobra)
words from https://github.com/tabatkins/wordle-list/blob/main/words