Show HN: Downloading a folder from a repo using rust
Git Down git-down lets you download one or multiple directories from a Git repository without the hassle of cloning or downloading the whole repository, with one simple command. Usage It's really easy to use. $ git-down -d < DESTINATION_DIRECTORY > < REPO_URL.git:branch > FILES The -d <DESTINATION_DIRECTORY> option above is optional. If not specified the files will be downloaded into a directory under the name of the target repository. We're using the bootstrap repo as an example for how t