Skip to content

Simple command line tool to download subdirectories from github.

Notifications You must be signed in to change notification settings

keziah55/git-subdir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-subdir

Command line tool to download subdirectories from github.

Build

cargo build --release

This downloads dependencies and builds the executable target/release/git-subdir, which you may want to move or symlink to a location in your PATH.

Usage

For example, to download just the src directory from this repo, (using the git-subdir executable built as described above)

git-subdir https://github.com/keziah55/git-subdir/tree/main/src

For additional options, see

git-subdir --help

About

Simple command line tool to download subdirectories from github.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages