A CLI tool to download files from a Git repository into a zipped directory.
Project description
Repo Downloader
Repo Downloader is a command-line tool that allows you to download files from a Git repository into a zipped directory. Very convenient for providing code files to LLMs.
Installation
You can install Repo Downloader using pip:
pip install repo-downloader
Usage
After installation, you can use the repo-downloader command:
repo-downloader [OPTIONS] [PATH]
Options:
--ignore-gitignore: Ignore .gitignore file, do NOT use this option if you want to respect .gitignore rules--output FILE: Output zip file path (default: ~/Downloads/<directory_name>_files.zip)
If no PATH is provided, it will use the current directory.
Examples
-
Download files from the current directory:
repo-downloader -
Download files from a specific repository:
repo-downloader /path/to/repository -
Ignore .gitignore rules:
repo-downloader --ignore-gitignore -
Specify a custom output file:
repo-downloader --output custom_name.zip
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file repo_downloader-0.1.10.tar.gz.
File metadata
- Download URL: repo_downloader-0.1.10.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fea548f242422d045c45a09bd6945ed35c1b8bc38ea15b6c9f2f24f543d0a7c
|
|
| MD5 |
c4554af6f4b14a9e3b22923f01d45ed5
|
|
| BLAKE2b-256 |
75086d1f6f9db5f5db972bc0667a3166f99f2cf65f982486eb75c2fb08c72b12
|
File details
Details for the file repo_downloader-0.1.10-py3-none-any.whl.
File metadata
- Download URL: repo_downloader-0.1.10-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
514e3a7b3b6a04ce766f0895cc854679da2966ebc57886278a6abde10db81364
|
|
| MD5 |
e22c2cd59264badcb177d2b514bf858f
|
|
| BLAKE2b-256 |
c9f5476614f9da8f8be53d199ca382e5547cf49511efa6e38592b9cc0f8dee3f
|