Skip to content

Commit

Permalink
Add lazygit to distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
cleming committed Nov 2, 2020
1 parent 1d95114 commit 06a83d0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ Currently supported distributions are:
- [kubectx](https://github.com/ahmetb/kubectx)
- [kubens](https://github.com/ahmetb/kubectx)
- [kustomize](https://github.com/kubernetes-sigs/kustomize)
- [lazygit](https://github.com/jesseduffield/lazygit)
- [logcli](https://github.com/grafana/loki/)
- [loki](https://github.com/grafana/loki/)
- [minikube](https://github.com/kubernetes/minikube)
Expand Down
18 changes: 18 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,24 @@ sources:
binaries:
- kustomize

lazygit:
map:
amd64: x86_64
"386": 32-bit
darwin: Darwin
linux: Linux
windows: Windows
description: A simple terminal UI for git commands.
list:
type: github-releases
url: https://api.github.com/repos/jesseduffield/lazygit/releases
fetch:
url: https://github.com/jesseduffield/lazygit/releases/download/v{{ .Version }}/lazygit_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- lazygit

logcli:
description: Like Prometheus, but for logs (cli).
list:
Expand Down

0 comments on commit 06a83d0

Please sign in to comment.