Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leucos committed Oct 30, 2020
1 parent 4a5f09a commit 593c67a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ Currently supported distributions are:
- [duf](https://github.com/muesli/duf)
- [dw-query-digest](https://github.com/devops-works/dw-query-digest)
- [gitjacker](https://github.com/liamg/gitjacker)
- [glab](https://github.com/profclems/glab/)
- [glow](https://github.com/charmbracelet/glow)
- [gocloc](https://github.com/hhatto/gocloc)
- [goreleaser](https://github.com/goreleaser/goreleaser)
Expand Down
15 changes: 15 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,21 @@ sources:
install:
type: direct

glab:
description: An open-source GitLab command line tool
map:
darwin: macOS
linux: Linux
list:
type: github-releases
url: https://api.github.com/repos/profclems/glab/releases
fetch:
url: https://github.com/profclems/glab/releases/download/v{{ .Version }}/glab_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- glab

glow:
description: Render markdown on the CLI, with pizzazz! 💅🏻
map:
Expand Down

0 comments on commit 593c67a

Please sign in to comment.