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

https://github.com/kyanny/ghe-list

Tiny utility command to list and filter GitHub Enterprise Server Releases easily.
https://github.com/kyanny/ghe-list

deno

Last synced: about 1 month ago
JSON representation

Tiny utility command to list and filter GitHub Enterprise Server Releases easily.

Awesome Lists containing this project

README

          

# ghe-list

Tiny utility command to list and filter [GitHub Enterprise Server Releases](https://enterprise.github.com/releases) easily.

Designed to work with `grep`, [fzf](https://github.com/junegunn/fzf) and [Alfred](https://www.alfredapp.com/).

## Prerequisites

- [Deno](https://deno.land/)
- [Ruby](https://www.ruby-lang.org/ja/) and [Rake](https://github.com/ruby/rake)(usually bundled with Ruby) to generate a single executable binary file
## Installtation

```
rake
./ghe-list -h
```

If you want, `rake install` will install `ghe-list` command to */usr/local/bin/ghe-list*. If it fails with the permission error, try `sudo rake install`.

## Usage

```
ghe-list -h
```

Works with `fzf`.

Works with `grep` and `sort`.

Works with Alfred. It requires [Alfred Powerpack](https://www.alfredapp.com/powerpack/) because it runs with the Alfred Workflow.

Alfred Workflow file is available at https://github.com/kyanny/ghe-list/blob/main/ghe-list.alfredworkflow.

If you want to copy only version number, press Cmd and hit Enter (Return).