Mac OS X Dictonary lookup command line tool
First, clone this repo
$ git clone https://github.com/sekimura/lookup.git
$ cd lookup
To build binary, run make to build lookup binary
$ make
$ ./lookup lackadaisical
You can also use lookup.swift as a script file
$ chmod 755 ./lookup.swift
$ ./lookup.swift lazy susan
Enjoy!
MIT © Masayoshi Sekimura