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

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

Awesome Lists containing this project

README

          

# wrdl

## a wordle solver in your cli

![trace](assets/trace.png)

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.
![demo](assets/demo.gif)

the project was built using [cobra](https://github.com/spf13/cobra)

words from https://github.com/tabatkins/wordle-list/blob/main/words