forked from crony/udict
17 lines
330 B
Markdown
17 lines
330 B
Markdown
# UDICT
|
|
|
|
Simple script that uses simple dictionary to get the most liked/correct definition of some acronim you don't know.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
$ udict smh
|
|
meaning, "shaking my head", smh is typically used when something is obvious, plain old stupid, or disappointment.
|
|
```
|
|
|
|
## Installation
|
|
> as root
|
|
```bash
|
|
sudo make install
|
|
```
|