README - ud - Print definitions from urbandictionary.com
(HTM) hg clone https://bitbucket.org/iamleot/ud
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
README
---
1 ud is shell one-liner^W script that prints definitions from
2 urbandictionary.com, e.g.:
3
4 % ud timtowtdi
5 TIMTOWTDI: "There is more than one way to do it"
6
7 To use `ud` `curl` and `json2tsv` are needed.