【Golang小工具】gdict--go語言封裝的命令列有道詞典

liips發表於2018-05-25

https://github.com/liipx/gdict 隨手寫的一個小工具,程式碼比較簡單,沒有什麼依賴

gdict

a command dict by golang power by YOUDAO.

快速使用指南

安裝

go get -u github.com/liipx/gdict

使用

英譯漢
➜  ~ gdict peace

查詢: peace

英: piːs    美: pis

Exps:

    n.  和平;平靜;和睦;秩序
    n.  (Peace)人名;(英)皮斯

翻譯:

  和平

網路釋義:

   1.peace:
    和平, 和平, 平靜

   2.Peace River:
    皮斯里弗 (艾伯塔省), 皮斯河, 皮斯河

   3.World peace:
    世界和平, 世界和平, 世界和平
漢譯英
➜  ~ gdict 和平

查詢: 和平

拼音: hé píng

Exps:

 1.peace

翻譯:

  peace

網路釋義:

   1.和平:
    peace, Olga, Irene

   2.和平隊:
    Peace Corps, The Peace Corps, PeaceCorps

   3.綠色和平:
    Greenpeace, Greenpeace East Asia, Greenpeace International

說明

$ gdict word [options ...]

Options:

Options:
  Style: -dark, -light              // 配色方案
   Read: -s, --say  (MacOS only)    // 魅惑發音
 Engine: -youdao                    // 詞典引擎,目前僅支援Youdao
   Help: -h, --help                 // 檢視幫助

這是一個為了自己做的詞典,因為懶得用滑鼠,python或js實現的詞典依賴又太多。
有需求可以給我留issue,我會盡量支援(如果有人用的話霧)

  1. 使用有道雲老版本API,Key來自GITHUB,侵刪。
  2. MacOS支援鬼魅朗讀,可以感受一下: gdict xxx -s ... 其實就是呼叫的say
  3. dark友好配色方案【light後續支援】

相關文章