https://github.com/patrickmn/define
An always up-to-date command-line dictionary that supports over 50 languages
https://github.com/patrickmn/define
Last synced: 11 months ago
JSON representation
An always up-to-date command-line dictionary that supports over 50 languages
- Host: GitHub
- URL: https://github.com/patrickmn/define
- Owner: patrickmn
- License: other
- Created: 2012-05-29T05:16:20.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-29T05:16:35.000Z (about 14 years ago)
- Last Synced: 2025-07-20T08:47:51.560Z (11 months ago)
- Language: Go
- Homepage: https://patrickmn.com/projects/define/
- Size: 94.7 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Define is a little command-line dictionary that contains words in over 50
languages, and is always up-to-date.
Define retrieves all its word and phrase definitions from the respective
Wiktionary for the language queried, e.g. http://en.wiktionary.org.
== Installation
Download Define from http://patrickmylund.com/projects/define/
If you have Go installed, you can run: go get github.com/pmylund/define
(a define binary will be added to your GOPATH/bin folder)
Note: You do not need to have Go installed to run the stand-alone version.
== Usage
./define fishing
./define -l da fiske
Run define without any arguments for details, and "define languages" for a
list of the supported languages.
See http://patrickmylund.com/projects/define/ for more information.