Metadata-Version: 2.1
Name: gitverbose
Version: 0.5
Summary: Easy clone github repo, Internet files.
Home-page: https://github.com/GitLabBR/gitverbose
Author: caique9014
Author-email: caiqueonz777@proton.me
License: LICENSE.txt
Keywords: cli,python,github,git,pypi,fun,image,hash,table,typer,3.9,pip
License-File: LICENSE.txt
Requires-Dist: requests
Requires-Dist: argparse
Requires-Dist: pathlib
Requires-Dist: git-clone

# Git Verbose
## Install`

``pip install gitverbose`` 

## Usage
``gv clone -h``
``NOT gv -h clone (because it bugs)``


```bash
example@bash.sh~ gv clone -rp https://github.com/example/example.git
``` 

```bash
example@bash.sh~ gv clone --repo https://github.com/example/example.git
```

```bash
example@bash.sh~ gv clone --external https://drive.google.com/drive/../example.git
```

```bash
# Beta function (So may have errors)
example@bash.sh~ gv clone --web https://drive.google.com/drive/../photo.png
```
