1 min read
Gitsnip
Built with Go
Gitsnip
You can click on the images to see the full size

Gitsnip is a CLI tool to download specific folders from a git repository. Its built with Go.

Why Gitsnip?

I was looking for a tool that is simple and efficient to download specific folders from a git repository. And I found some web based tools but I wanted something that lives in my terminal.

Key Features

  • πŸ“‚ Grab only the folders you need.

  • πŸš€ Fast downloads using Git’s sparse checkout or GitHub API.

  • πŸ”’ Supports private repositories (with a token).

  • πŸ”„ Choose specific branches.