/wth

WTH is a command line tool much like old WTF that searchs on Urban Dictionary for a term definition.

Primary LanguageElixirMIT LicenseMIT

WTH Build Status

WTH is a command line tool much like old WTF that searchs on Urban Dictionary for a term definition.

Usage

Get a term description

$ wth wth
1) Abbreviation for "What the Hell"

2) Shortened alternative to "With"

Get a random term description

$ wth --random
Random word: Goner
Video Game Boner. Made popular by YouTube show "20 Minutes or Less" co-host, Joe Bereta on the on the SourceFed channel.

Building/Installing

Requirements:

  • Erlang (to run)
  • Elixir (to compile)

Download the last release at https://github.com/edgurgel/wth/releases or build it:

mix deps.get
mix escript.build

wth binary will be avaiable.