Skip to content

Commit

Permalink
Merge pull request #90 from devops-works/adds-gotop
Browse files Browse the repository at this point in the history
Adds gotop to distributions
  • Loading branch information
leucos committed Mar 13, 2021
2 parents b2e60f3 + f4286e6 commit 8d60d63
Show file tree
Hide file tree
Showing 2 changed files with 13 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:
- [golangci-lint](https://github.com/golangci/golangci-lint)
- [goreleaser](https://github.com/goreleaser/goreleaser)
- [gosec](https://github.com/securego/gosec)
- [gotop](https://github.com/xxxserxxx/gotop)
- [gping](https://github.com/orf/gping)
- [grizzly](https://github.com/grafana/grizzly)
- [gws](https://github.com/StreakyCobra/gws)
Expand Down
12 changes: 12 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,18 @@ sources:
binaries:
- goreleaser

gotop:
description: Just another terminal based graphical activity monitor
list:
type: github-releases
url: https://api.github.com/repos/xxxserxxx/gotop/releases
fetch:
url: https://github.com/xxxserxxx/gotop/releases/download/v{{ .Version }}/gotop_v{{ .Version }}_{{ .OS }}_{{ .Arch }}.tgz
install:
type: tgz
binaries:
- gotop

gping:
description: Ping, but with a graph
map:
Expand Down

0 comments on commit 8d60d63

Please sign in to comment.