Skip to content

lon9/dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

CLI Dictionary

GoDoc Build Status

Dictionary on command line interface implemented with Golang.

Sample

##How to use it

go get github.com/Rompei/dict
cd /path/to/github.com/Rompei/dict
go build

Or download executable file at drone.io

On shell configure file

alias dict="./path/to/binary -t <Dest-language> -f <Src-language> <Src>"

Put command, for example

$ ./dict -f en -t kor -t jpn -t rus -t ind -t swe -t tha cat
$ ko:고양이,고양잇과
$ ru:кошка,кот,кат,пизда,ко́шка,блевать,изрыгать,кошачий,парень
$ th:แมว,วิฬาร์,maeaew,wílaa,อาเจียน,อ้วก
$ sv:katt,kattdjur,fitta,mutta,slida,snippa,vagina,kisse,katta,kille,spy,tamkatt,typ
$ id:kucing,cat,meong
$ ja:猫,ネコ,ねこ,にゃあにゃあ,neko,にゃにゃ,にゃんにゃん,ぬこ,カト,キャット

Language code is available right here ISO 639-3

##LICENSE

BSD 3-Clause license

About

CLI dictionary implemented in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages