handicraftsman / urbancli

An Urban Dictionary CLI client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An Urban Dictionary CLI client

License:MIT License


Languages

Language:C++ 90.0%Language:CMake 10.0%