/urbancli

An Urban Dictionary CLI client

Primary LanguageC++MIT LicenseMIT

UrbanCLI

Usage

$ urbancli
UrbanCLI by Nickolay Ilyushin (handicraftsman) <nickolay02@inbox.ru>
Type .quit or .exit or press Ctrl+D to exit

UD> your term here

... or ...

$ urbancli your term here
UrbanCLI by Nickolay Ilyushin (handicraftsman) <nickolay02@inbox.ru>

... output ...

Term: your term here
Definition:
    term definition
Example(s):
    term example(s)
Author: term author
Score: downvotes | total score | upvotes
Permalink: term permalink

UD> .quit
$ ...

Build & Install

$ git clone https://github.com/handicraftsman/urbancli
$ cd urbancli
$ mkdir build && cd build
$ cmake ..
$ make
$ sudo make install