# rsmoji
Hello there! This is a simple rust CLI tool to add emojis to commits!
It uses [crossterm](https://crates.io/crates/crossterm)
## Installation - using `cargo`
First, ensure you have [rust](https://doc.rust-lang.org/stable/book/ch01-01-installation.html) installed on your system, and then run:
```zsh
cargo install rsmoji
```
To update, you can use cargo-update, install it with `cargo install cargo-update`, and then you can run:
```zsh
cargo-install-update install-update --all
```
## Usage
Just run `rsmoji` without any additional arguments
### License
This project is currently licensed under the MIT license