2023-06-08 19:43:53 +02:00
|
|
|
# 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
|
2023-06-08 20:27:03 +02:00
|
|
|
meaning, "shaking my head", smh is typically used when something is obvious, plain old stupid, or disappointment.
|
2023-06-08 19:43:53 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## Installation
|
2023-06-10 20:53:42 +02:00
|
|
|
> as root
|
|
|
|
```bash
|
|
|
|
sudo make install
|
|
|
|
```
|