Skip to content

kosher9/dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages