Skip to content
/ ndic Public

English-Korean Dictionary on Command Line (Powered by Naver)

Notifications You must be signed in to change notification settings

ohgyun/ndic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ndic

English-Korean Dictionary on Command Line (Powered by Naver)

Installation

Install via npm:

npm install ndic -g

Usage

Usage: ndic [-hds] <word>

Description:
  Find the meaning of <word> in English-Korean Dictionary.
  (Powered by Naver)

Options:
  -h  Show help message
  -d  Turn on debug mode
  -s  Speak the word
  -c  Search by clipboard contents

Examples:
  $ ndic nice
  [형용사](기분) 좋은, 즐거운, 멋진
  [명사]니스 ((프랑스 남동부의 피한지))

  $ ndic "good thing" # use quotes if a word has spaces
  [구어] 좋은 일; 좋은 착상; 행운; 경구; 진미; 사치품

  $ ndic -s nice # search and speak the word     

  $ ndic -c # search by clipboard contents

About

English-Korean Dictionary on Command Line (Powered by Naver)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages