Skip to content
/ dictcli Public

dictcli is a lightweight command line tool whose core function is to query word definitions, synonyms, etc. from the built-in dictionary database. It embeds the dictionary file directly into the compiled binary file

Notifications You must be signed in to change notification settings

xilu0/dictcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

dictcli

go build -o dictcli.exe .\dictcli.go

./dictcli.exe.exe -word=hello

example

PS C:\Users\heish> dictcli hello
Word: hello
Definition: an expression of greeting; "every morning they exchanged polite hellos"
PS C:\Users\heish> dictcli world
Word: world
Definition: a part of the earth that can be considered separately; "the outdoor world"; "the world of insects"

About

dictcli is a lightweight command line tool whose core function is to query word definitions, synonyms, etc. from the built-in dictionary database. It embeds the dictionary file directly into the compiled binary file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages