https://github.com/neilgupta/grget
Download the latest release binary of a GitHub project from command line
https://github.com/neilgupta/grget
Last synced: 3 months ago
JSON representation
Download the latest release binary of a GitHub project from command line
- Host: GitHub
- URL: https://github.com/neilgupta/grget
- Owner: neilgupta
- License: mit
- Created: 2013-11-10T22:22:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-11T19:50:12.000Z (over 11 years ago)
- Last Synced: 2025-02-01T08:47:53.816Z (5 months ago)
- Language: Shell
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
grget
=====Download the latest release binary of a GitHub project from command line.
grget is useful for automating scripts that always want the latest release binary of a project. I use it in my [dotfiles](https://github.com/neilgupta/dotfiles) to fetch the latest release of QuickLook plugins when setting up my Mac. It is a bash script that requires wget to run. It will only download files added through the [GitHub Releases](https://github.com/neilgupta/grget/releases) feature.
## Installation
Place grget somewhere on your computer and add it to your PATH. Make sure you have wget installed on your computer. The easiest way to install wget is using homebrew.
## Usage
grget -d ~/Desktop tabule/sherlock
This will fetch the latest version of [Sherlock](https://github.com/Tabule/Sherlock) and place it on your Desktop. Try `grget -h` for more detailed usage instructions.