Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 668 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 668 Bytes

def

Definitions fetched from vocabulary.com are printed and stored offline.

Installation

go get github.com/nilsocket/def

Usage

All valid words, searched are stored offline.

def         # list of words available offline

def -lp     # Long format and play audio
def bharat  # Short format by default

def -h      # help

def dslkdfj # invalid word, would give word suggestions

External Dependencies

mpg123 for playing audio

Internal Dependencies

Goquery - PuerkitoBio
Badger - Dgraph
Cli - Urfave