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.
- Host: GitHub
- URL: https://github.com/kyanny/ghe-list
- Owner: kyanny
- Created: 2021-09-23T14:16:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-25T14:44:12.000Z (over 4 years ago)
- Last Synced: 2025-01-11T13:23:04.304Z (over 1 year ago)
- Topics: deno
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).