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

https://github.com/karstenpedersen/wordle-cli

Wordle CLI made in Go.
https://github.com/karstenpedersen/wordle-cli

cli cobra-cli game go wordle wordle-clone

Last synced: 11 months ago
JSON representation

Wordle CLI made in Go.

Awesome Lists containing this project

README

          

# Wordle CLI

Wordle clone for the CLI made with Go.

## Screenshots
![image](https://github.com/karstenpedersen/wordle-cli/assets/53978294/4013fc13-e7a7-41d7-a553-3374e60d239e)

## Usage

```bash
wordle

# Use your own word
wordle -w

# Play daily word of wordle
wordle daily

# Play daily word for a custom date
wordle daily --date "2022-01-01"
```