gitdump

command module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2023 License: MIT Imports: 1 Imported by: 0

README

GitDump

Logo

GitDump

Tool for downloading GitHub repositories.

Report Bug | Request Feature

Table of Contents

About the Project

GitDump is a tool created to enable you to download either specific repositories or the complete repository set associated with a GitHub account. Whether the account is public, private, or affiliated with an organization, GitDump simplifies the process of creating an archive. This empowers you to preserve your own projects or those of others.

Installation

This application is compatible with Linux, Mac, and Windows operating systems. To obtain the binaries, you can visit the releases page at https://github.com/mrauer/gitdump/releases. Alternatively, if you're using Linux or Mac, you can simply copy and paste the provided commands.

Linux

curl -Lo gitdump https://github.com/mrauer/gitdump/releases/download/v0.3.0/gitdump_0.3.0_linux_amd64
&& chmod +x gitdump
&& sudo mv gitdump /usr/local/bin

Mac

curl -Lo gitdump https://github.com/mrauer/gitdump/releases/download/v0.3.0/gitdump_0.3.0_darwin_amd64
&& chmod +x gitdump
&& sudo mv gitdump /usr/local/bin

Configuration

After successfully running the software on your machine, the next step is configuration.

Start by specifying the directory where repositories will be downloaded on your machine:

gitdump config path

Next, obtain an authentication token for GitHub.

Navigate to your GitHub account, go to Settings > Developer settings > Personal access tokens.

Click on Generate new token, ensure the repo scope is selected (Full control of private repositories).

Copy the token and use the following command:

gitdump config token <github_token>

Example:

gitdump config path /tmp
gitdump config token aid6acceae52aa987303421fd757ff684d4f2b9d

Usage

Here, you'll find the key commands for using GitDump:

gitdump users ls <user> (list repositories of a public user)
gitdump users get <user> <repository> (download a public repository)
gitdump users dump <user> (download all repositories from a public user)

gitdump owners ls <owner> (list repositories of a private user)
gitdump owners get <owner> <repository> (download a private repository)
gitdump owners dump <owner> (download all repositories from a private user)

gitdump orgs ls (list all organizations in your account)
gitdump orgs ls <organization> (list repositories of an organization)
gitdump orgs get <organization> <repository> (download an organization repository)
gitdump orgs dump <organization> (download all repositories from an organization)

Example:

gitdump users ls netflix (list all public repositories from Netflix)

Contribute

If you come up with any ideas or discover a bug, feel free to submit them in the issues section. Moreover, you have the opportunity to contribute directly to the project, given its open-source nature. To get started, execute the following commands on your local machine:

make dev (to run a development machine assuming Docker is installed)
make binary (to generate a binary)
make releases (to generate releases for all environments)

License

Distributed under the MIT License. See LICENSE for more information.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL