Metadata-Version: 2.4
Name: gh-download-cli
Version: 0.1.2
Summary: A command-line tool to interactively download and zip GitHub repositories.
Author-email: Hithesh <rhithesh1947@gmail.com>
Project-URL: Homepage, https://github.com/rhithesh/ghdownload
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: PyGithub
Requires-Dist: questionary
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: InquirerPy

# ghdownload
In your environment <br>
```bash
pip install gh-download-cli
```
<br>
to start <br>

```bash
ghdownload
```


- Website: https://rhithesh.github.io/ghdownload/
- PyPI: https://pypi.org/project/gh-download-cli/



## Resetting Your Token

If you want to reset your saved GitHub token, run:

```bash
rm ~/.ghdownloadertoken
```
