Metadata-Version: 2.4
Name: gh-download-cli
Version: 0.1.0
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

# ghdownload

<img width="1400" height="690" alt="Screenshot 2026-05-05 at 3 43 41 PM" src="https://github.com/user-attachments/assets/2b465983-b2a4-4ee1-af30-c25d18edfd0f" />

**Website:** [https://rhithesh.github.io/ghdownload/](https://rhithesh.github.io/ghdownload/)

## Resetting Your Token

In case you want to reset your token, run the below command and then run `ghdownload`. It should prompt you for a token:

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