Skip to content
/ define Public

a simple cli tool to get dictionary definitions

Notifications You must be signed in to change notification settings

Tobshub/define

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Define

I found myself wanting to know the definition of words while having my terminal open...

So I decided to build something that would let me do that in the terminal.

Installation

You need git and go installed

$ git clone https://github.com/tobshub/define
$ cd define
$ go install .

Usage

$ define <word>

Definitions are cached after first define, to bypass the cache you can use the no-cache flag

$ define --no-cache <word>

This project uses the Free Dictionary API

About

a simple cli tool to get dictionary definitions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages