ezfile 1.0.0

Multi-purpose CLI file tool
## ezfile
📂 A multi-purpose CLI tool for interacting with files

## Commands
Tip: You can access ezfile's man page by running `ezfile help`

```
copy <file> <times>        Copies a file however many times                    
find <substring>           Finds all directories containing a substring        
size <file>                Returns the size of a file in MBs                   
rename <file> <name>       Renames a file                                      
help                       Displays this message                               
```

## Installation / Usage
`cargo install ezfile` ✔️
<br>
`ezfile <command> <args>` ✔️

## Contributing
Have an idea for a command? Feel free to open an issue or create a PR.

[![made-with-rust](https://img.shields.io/badge/Made%20with-Rust-1f425f.svg)](https://www.rust-lang.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)