Skip to content

fahia/udict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udict

Urban Dictionary from your command line.

Usage

Say you were curious about what the word kk meant, so you head over to your terminal and type the following: udict define -word kk udict-pic

Just like that, you can stay up to date with the latest, bleeding-edge phrases all the young kids are using these days.

Installation

Via Go

go get github.com/fahia/udict

Binary

Download

$ curl -fSL "https://github.com/fahia/udict/releases/download/0.1.0/udict" -o "/usr/local/bin/udict" \
	&& chmod a+x "/usr/local/bin/udict"

Run it!

$ udict define -word any-word-you-want

Contributing

When contributing to this repository, please first discuss the change you wish to make via a Github issue.