Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/integrii/define
Defines the supplied word on the command line. Golang.
https://github.com/integrii/define
cli command definition dict dictionary mac
Last synced: about 2 months ago
JSON representation
Defines the supplied word on the command line. Golang.
- Host: GitHub
- URL: https://github.com/integrii/define
- Owner: integrii
- Created: 2016-07-25T06:50:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-18T00:32:20.000Z (over 2 years ago)
- Last Synced: 2024-06-20T06:31:21.561Z (7 months ago)
- Topics: cli, command, definition, dict, dictionary, mac
- Language: Go
- Size: 951 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# define
Defines the specified word on the command line. Golang.Compile and install it to `$GOBIN` using `go get`:
`go get github.com/integrii/define`
Then, use it:
`define gopher`
```
gopher
n 1: a zealously energetic person (especially a salesman) [syn:
{goffer}, {gopher}]
2: a native or resident of Minnesota [syn: {Minnesotan},
{Gopher}]
3: any of various terrestrial burrowing rodents of Old and New
Worlds; often destroy crops [syn: {ground squirrel},
{gopher}, {spermophile}]
4: burrowing rodent of the family Geomyidae having large
external cheek pouches; of Central America and southwestern
North America [syn: {gopher}, {pocket gopher}, {pouched rat}]
5: burrowing edible land tortoise of southeastern North America
[syn: {gopher tortoise}, {gopher turtle}, {gopher}, {Gopherus
polypemus}]
```Uses [dict.org](http://dict.org)'s dict protocol server for free lookups. Thanks you guys!