Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 567 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 567 Bytes

Dictionary

A CLI dictionary app. Create your own dictionary and save everything you want. Anything but text only :)

Golang version 1.18

How to run this project

git clone https://github.com/kosher9/dictionary.git
cd dictionary
go mod download
go build -o dict

Add to the dictionary

./dict -action add "Golang" "What a beautiful language"
#'Golang' added to the dictionary

List element in your dictionary

./dict -action list
#Golang          Un super langage                                        Jul  4 23:27:22