foomango / isay

A command line dictionary.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

isay

A command line dictionary based on shanbay.

Install

  1. Run below script.

    $ git clone https://github.com/foomango/isay
    $ cd isay
    $ ./install.bsh
    

Config

  1. Open ~/.isay/isay.conf with your favorite text editor.

  2. Config your shanbay account.

    username = <your shanbay user name>
    password = <your shanbay password>
    
  3. Enable autosave feature, which will add your word to shanbay's learning list automatically.

    autosave = true
    

How to use

$ isay abc
ABC['eibi:'si:]
 n. 基本要素, 字母表
 abbr. (=American Broadcasting Corporation )美国广播公司
 abbr. (=Australian Broadcasting Corporation)澳大利亚广播公司

About

A command line dictionary.

License:MIT License


Languages

Language:Python 96.9%Language:Shell 3.1%