/git-dl

Clone a git repository to a structured directory

Primary LanguageRustApache License 2.0Apache-2.0

git-dl

git-dl is a simple tool to download git repositories into a structured location on disk. There are many like it12, but this one is mine.

Why?

git-dl is an exercise in controlling my own software supply-chain security and writing simple scripts in Rust with minimal dependencies.

Use

To download a repository into $HOME/workspace/{owner}/{repo}, run:

git dl <repo>

Footnotes

  1. https://github.com/wezm/git-grab

  2. https://github.com/jmcgarr/git-grab