Skip to content

Commit

Permalink
Merge pull request #79 from devops-works/new_additions
Browse files Browse the repository at this point in the history
New additions
  • Loading branch information
leucos committed Feb 6, 2021
2 parents dcb6d68 + 7a2e6d3 commit 336ac8f
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,15 @@ Currently supported distributions are:
- [ali](https://github.com/nakabonne/ali)
- [annie](https://github.com/iawia002/annie)
- [argocd](https://github.com/argoproj/argo-cd/)
- [asciigraph](https://github.com/guptarohit/asciigraph)
- [asciinema-edit](https://github.com/cirocosta/asciinema-edit)
- [awless](https://github.com/wallix/awless)
- [awstaghelper](https://github.com/mpostument/awstaghelper)
- [bat](https://github.com/sharkdp/bat)
- [binenv](https://github.com/devops-works/binenv)
- [bomberman](https://github.com/c1982/bomberman)
- [buildx](https://github.com/docker/buildx)
- [changie](https://github.com/miniscruff/changie)
- [chezmoi](https://github.com/twpayne/chezmoi)
- [cli53](https://github.com/barnybug/cli53)
- [consul](https://www.consul.io/)
Expand All @@ -181,11 +183,14 @@ Currently supported distributions are:
- [fzf](https://github.com/junegunn/fzf)
- [gdu](https://github.com/dundee/gdu/)
- [gh](https://github.com/cli/cli/)
- [github-release-notes](https://github.com/buchanae/github-release-notes)
- [gitjacker](https://github.com/liamg/gitjacker)
- [glab](https://github.com/profclems/glab/)
- [glow](https://github.com/charmbracelet/glow)
- [gocloc](https://github.com/hhatto/gocloc)
- [golangci-lint](https://github.com/golangci/golangci-lint)
- [goreleaser](https://github.com/goreleaser/goreleaser)
- [gosec](https://github.com/securego/gosec)
- [gping](https://github.com/orf/gping)
- [grizzly](https://github.com/grafana/grizzly)
- [gws](https://github.com/StreakyCobra/gws)
Expand All @@ -197,6 +202,7 @@ Currently supported distributions are:
- [httpx](https://github.com/projectdiscovery/httpx)
- [hugo](https://gohugo.io/)
- [imgpkg](https://github.com/vmware-tanzu/carvel-imgpkg)
- [juicefs](https://github.com/juicedata/juicefs)
- [k6](https://github.com/loadimpact/k6)
- [k9s](https://k9scli.io/)
- [kapp](https://get-kapp.io/)
Expand Down Expand Up @@ -239,6 +245,7 @@ Currently supported distributions are:
- [starship](https://github.com/starship/starship)
- [stern](https://github.com/stern/stern)
- [subfinder](https://github.com/projectdiscovery/subfinder)
- [sonobuoy](https://github.com/vmware-tanzu/sonobuoy)
- [tanka](https://github.com/grafana/tanka)
- [taskctl](https://github.com/taskctl/taskctl)
- [teler](https://github.com/kitabisa/teler/)
Expand Down
97 changes: 97 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sources:

ali:
description: Generate HTTP load and plot the results in real-time
list:
Expand All @@ -12,6 +13,24 @@ sources:
binaries:
- ali

asciigraph:
description: >
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps
with no other dependencies.
map:
linux: Linux
darwin: Darwin
amd64: x86_64
list:
type: github-releases
url: https://api.github.com/repos/guptarohit/asciigraph/releases
fetch:
url: https://github.com/guptarohit/asciigraph/releases/download/v{{ .Version }}/asciigraph_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- asciigraph

annie:
description: Fast, simple and clean video downloader
map:
Expand Down Expand Up @@ -143,6 +162,20 @@ sources:
install:
type: direct

changie:
description: >
Automated changelog tool for preparing releases with lots of
customization options
list:
type: github-releases
url: https://api.github.com/repos/miniscruff/changie/releases
fetch:
url: https://github.com/miniscruff/changie/releases/download/v{{ .Version }}/changie_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- changie

cli53:
description: Command line tool for Amazon Route 53
list:
Expand Down Expand Up @@ -290,6 +323,18 @@ sources:
binaries:
- gh

github-release-notes:
description: Generate release notes content from GitHub Pull Request history.
list:
type: github-releases
url: https://api.github.com/repos/buchanae/github-release-notes/releases
fetch:
url: https://github.com/buchanae/github-release-notes/releases/download/{{ .Version }}/github-release-notes-{{ .OS }}-{{ .Arch }}-{{ .Version }}.tar.gz
install:
type: tgz
binaries:
- github-release-notes

gitjacker:
description: Leak git repositories from misconfigured websites
list:
Expand Down Expand Up @@ -344,6 +389,18 @@ sources:
binaries:
- gocloc

golangci-lint:
description: Fast linters Runner for Go
list:
type: github-releases
url: https://api.github.com/repos/golangci/golangci-lint/releases
fetch:
url: https://github.com/golangci/golangci-lint/releases/download/v{{ .Version }}/golangci-lint-{{ .Version }}-{{ .OS }}-{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- golangci-lint

goreleaser:
description: Deliver Go binaries as fast and easily as possible
map:
Expand Down Expand Up @@ -378,6 +435,18 @@ sources:
binaries:
- gping

gosec:
description: Golang security checker
list:
type: github-releases
url: https://api.github.com/repos/securego/gosec/releases
fetch:
url: https://github.com/securego/gosec/releases/download/v{{ .Version }}/gosec_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- gosec

grizzly:
description: A utility for managing Jsonnet dashboards against the Grafana API
list:
Expand Down Expand Up @@ -534,6 +603,18 @@ sources:
install:
type: direct

juicefs:
description: JuiceFS is a distributed POSIX file system built on top of Redis and S3.
list:
type: github-releases
url: https://api.github.com/repos/juicedata/juicefs/releases
fetch:
url: https://github.com/juicedata/juicefs/releases/download/v{{ .Version }}/juicefs-{{ .Version }}-{{ .OS }}-{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- juicefs

k6:
description: A modern load testing tool, using Go and JavaScript - https://k6.io
map:
Expand Down Expand Up @@ -1023,6 +1104,22 @@ sources:
install:
type: direct


sonobuoy:
description: >
Sonobuoy is a diagnostic tool that makes it easier to understand the
state of a Kubernetes cluster by running a set of Kubernetes conformance
tests and other plugins in an accessible and non-destructive manner.
list:
type: github-releases
url: https://api.github.com/repos/vmware-tanzu/sonobuoy/releases
fetch:
url: https://github.com/vmware-tanzu/sonobuoy/releases/download/v{{ .Version }}/sonobuoy_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- github-release-notes

sops:
description: Simple and flexible tool for managing secrets
list:
Expand Down

0 comments on commit 336ac8f

Please sign in to comment.