Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjlevesque/ghr
https://github.com/benjlevesque/ghr
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjlevesque/ghr
- Owner: benjlevesque
- License: mit
- Created: 2020-12-02T18:34:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-02T18:34:47.000Z (about 4 years ago)
- Last Synced: 2023-03-11T19:12:30.227Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Github Release Manager
How many programs do you download and install from Github?
Github Release manager will keep track of these installs for you, and enable you to update them easily!
## Installation
TODO
First installation requires the traditional
## Updating GHR
TODO
## Usage
- Show help
```bash
ghr
```- Install an application from its github repository
```bash
ghr install benjlevesque/task
```The above command will try to automatically match the release name to your system. If the release name doesn't follow conventions, you may pass the desired release name as a second argument.
> Tip: you can get shell completion from `/`, but only for the first 100 repos of a user.
- Update an existing application
```bash
ghr update benjlevesque/task
```Available Commands:
> Tip: shell completion will offer the installed applications.
- Checking for updates
```bash
ghr check
```- Listing installed applications (and their versions)
```bash
ghr list
```## Enable shell completion
## Supported releases