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
- Host: GitHub
- URL: https://github.com/cheatsnake/wdict
- Owner: cheatsnake
- Created: 2022-08-07T13:42:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T13:43:03.000Z (almost 4 years ago)
- Last Synced: 2026-01-15T20:23:55.328Z (5 months ago)
- Topics: cli, cli-app, cobra, console, dictionary, terminal, tool
- Language: Go
- Homepage:
- Size: 2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📚 Wdict
A simple dictionary CLI app

## 🔧 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
```