Get the latest tech news
Show HN: Downloading a folder from a repo using rust
Download directories from Git repos like a boss! Contribute to zikani03/git-down development by creating an account on GitHub.
For example if you wanted to download both the dist and src directories from the Bootstrap repo you would use the following command. Shortcuts are intended to reduce keystrokes by allowing you to download from popular Git hosting services without typing out the full URL of the repository. The following example command will download the dist directory from bootstrap repo into boostrap-latest from the GitHub repository.
Or read this on Hacker News