bettercp 0.1.0

A better way to copy files. Using bettercp, you can not only copy files to another location, but also rename it.
<h1 align="center">bettercp</h1>
<p align="center">A better way to copy files</p>


## Usage
```sh
Usage: bettercp [OPTIONS] <FILENAME> <DESTINATION>

Arguments:
  <FILENAME>     File name or relative path to file to be copied
  <DESTINATION>  Destination path

Options:
  -r, --rename <RENAME>  Rename file
  -h, --help             Print help
  -V, --version          Print version

```
***

[![Build Status](https://app.travis-ci.com/dasShounak/bettercp.svg?branch=main)](https://app.travis-ci.com/dasShounak/bettercp)