https://github.com/falcosuessgott/gitget
Browse interactively through branches, files and directories of a git repository and download them
https://github.com/falcosuessgott/gitget
cli git go
Last synced: 3 months ago
JSON representation
Browse interactively through branches, files and directories of a git repository and download them
- Host: GitHub
- URL: https://github.com/falcosuessgott/gitget
- Owner: FalcoSuessgott
- License: mit
- Created: 2020-06-18T19:40:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T15:27:30.000Z (over 2 years ago)
- Last Synced: 2025-03-24T18:12:12.511Z (4 months ago)
- Topics: cli, git, go
- Language: Go
- Homepage:
- Size: 2.34 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitget [](https://goreportcard.com/report/github.com/FalcoSuessgott/gitget)
![]()
Browse interactively through branches, files and directories of a git repository and download them into your current working directory.# Features
* browse and checkout available branches
* recursively copy directories
* reading clipboard buffer for avaiable git-urls
* https- and ssh-cloning# Installation
```sh
go get github.com/FalcoSuessgott/gitget
```# Supported OS
* Windows
* MacOS
* Linux# Usage
```
NAME:
gitget - Browse interactively through branches, files and directories of a git repository and download themUSAGE:
gitget GIT_URL (e.g gitget https://github.com/golang/example)VERSION:
1.1.0COMMANDS:
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```