commot 0.1.1

A better alternative of the cat command.
Documentation
### commot

*A better alternative of the `cat` command* 


Yes you heard it right, commot gives all the metadata about file you need and the file content. When was it created? Yes. When did I made changes to it? Yes. Don't worry leave to commot it will give you all the information about the file


#### Installtion

```
$ cargo install commot
```


#### Usage


```
$ commot <FILE>
```


Example

```
$ commot main.rs
```

Output: 


![example](./Screenshot_20220410_143449.png)


#### How to make cat work like this?


```
$ alias cat="commot"
```

Its better to do this in the config file. It will automatically load when you start your device.