GitDigg

Download specific files from git repositories without cloning the entire repo.

$ npm install -g gitdigg
Terminal
GitDigg Preview

Why GitDigg?

>_

Lightning Fast

Download only what you need. Skip cloning massive repos for a single file.

[/]

Interactive Browser

Browse repository contents with an interactive file tree and select files visually.

*.*

Glob Patterns

Use patterns like **/*.md to download multiple matching files at once.

[x]

Private Repos

Supports authentication via tokens for GitHub and GitLab private repositories.

</>

Multi-Provider

Works with GitHub and GitLab. Just paste the URL and start downloading.

//

Concurrent Downloads

Parallel downloads with configurable concurrency for maximum speed.

Quick Start

Download a single file
gitdigg facebook/react README.md
Download a directory
gitdigg vercel/next.js packages/next/src
Use glob patterns
gitdigg owner/repo "**/*.ts"
Interactive file browser
gitdigg owner/repo -i
Private repository with token
gitdigg https://user:TOKEN@github.com/owner/repo src/