An open API service indexing awesome lists of open source software.

https://github.com/kiruko1025/uwu

Cutest CLI you have ever seen!
https://github.com/kiruko1025/uwu

cli javascript linux-shell nodejs

Last synced: about 2 months ago
JSON representation

Cutest CLI you have ever seen!

Awesome Lists containing this project

README

          

# uwu
This is a CLI created with Node.js.

It will randomly give you an emoticon(顔文字) based on the mood you entered!

# How to install
## Linux
```
cd ./where_you_want_to_install
```
Clone the repository
```
git clone https://github.com/EverettMay/uwu.git
```
make sure you have Node.js installed

If not:
```
sudo apt install nodejs
```
cd into the repository
```
npm install -g .
```
# How to use
To display all the moods
```
uwu
```
To see help
```
uwu -h
```
To get a emoticon
```
uwu [your mood]
```