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 e1e5263 commit 5b9b3c0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ Currently supported distributions are:
- [docker-compose](https://docs.docker.com/compose/)
- [duf](https://github.com/muesli/duf)
- [dw-query-digest](https://github.com/devops-works/dw-query-digest)
- [gh](https://github.com/cli/cli/)
- [gitjacker](https://github.com/liamg/gitjacker)
- [glab](https://github.com/profclems/glab/)
- [glow](https://github.com/charmbracelet/glow)
Expand Down
14 changes: 14 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,20 @@ sources:
binaries:
- dw-query-digest

gh:
description: GitHub’s official command line tool
map:
darwin: macOS
list:
type: github-releases
url: https://api.github.com/repos/cli/cli/releases
fetch:
url: https://github.com/cli/cli/releases/download/v{{ .Version }}/gh_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- gh

gitjacker:
description: Leak git repositories from misconfigured websites
list:
Expand Down

0 comments on commit 5b9b3c0

Please sign in to comment.