1.0.0 • Published 7 years ago

bdic-cli v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Bing Dictionary CLI

A simple command line tool of Bing Dictionary.

  • English -> Chinese
  • Chinese -> English
  • Three modes: Brief Mode | Complete Mode | Browser Mode

bdic_example

Install

npm install -g bdic-cli

Usage

bdic <word>    #search a word in brief definition mode
bdic -c <word> #search a word in complete definition mode
bdic -b <word> #search a word in default browser

Changelog

  • v1.0.0 brief mode | complete mode | browser mode