Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benjlevesque/ghr


https://github.com/benjlevesque/ghr

Last synced: 3 days ago
JSON representation

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