bdic-cli
v1.0.0
Published
Simple CLI of Bing Dictionary (En-Cn/Cn-En)
Downloads
3
Maintainers
Readme
Bing Dictionary CLI
A simple command line tool of Bing Dictionary.
- English -> Chinese
- Chinese -> English
- Three modes: Brief Mode | Complete Mode | Browser Mode
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