Add cache support ✅\ Orginize the code ✅
First you need to build the binary
```bash
cargo build --release
```
or
```bash
cargo install rignore
```
```bash
rignore help
INFO:
-> rignore help == prints commands
-> rignore list == lists supported langs
-> rignore
```
For example:
```bash
rignore rust
```
If you want to list by cli command you can use
```bash
rignore list
```
You can clear the cache with clear command
```bash
rignore clear
```