|
|
|
|
|
by edlinfan
2671 days ago
|
|
Came here to say this! This program would be even cooler if it supported the dict protocol in addition to scraping OED. The dict protocol and CLI tool [1] were invented to solve the exact problem of browsing dictionaries without a bloaty web browser. You may wish to check them out. On debian, sudo apt-get install dict, and you're off and running. The most popular dict server may also be queried via a web UI [2] if you'd like to try it out before installing any software. It queries a few public-domain dictionaries, WordNet, plus some fun stuff like the Jargon File. This being an open standard, you may also run your own dict server if you wish. It's pretty cool. dict has become a vital part of my CLI workflow since I discovered it many years ago. Its only downside is that it's blocked by some corporate firewalls =( [1] https://en.wikipedia.org/wiki/DICT [2] http://www.dict.org/bin/Dict |
|