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

https://github.com/cheatsnake/wdict

📚 A simple dictionary CLI app
https://github.com/cheatsnake/wdict

cli cli-app cobra console dictionary terminal tool

Last synced: 5 months ago
JSON representation

📚 A simple dictionary CLI app

Awesome Lists containing this project

README

          

# 📚 Wdict

A simple dictionary CLI app

Demo

## 🔧 Installation

1. Clone this repo

```sh
git clone https://github.com/cheatsnake/wdict.git
```

2. Build a binary file inside a root folder

```sh
go build .
```

3. Run the app

```sh
./wdict.exe eternity
```