##Aesthetic command-line tool for making your text AESTHETIC in the vaporwave style.###Installation
You can install this with cargo with the command
```
cargo install aesthetic
```
You can install cargo with
```
curl https://sh.rustup.rs -sSf | sh
```
###Usage
If you just want a specific string aesthetic:
```
$ aesthetic "FEELIN' FINE"
FEELIN' FINE
```
Or you can use pipes:
```
$ doggo "yung doge" | aesthetic
yung doge is a good girl!
```