Skip to content

Commit

Permalink
Adds bats, starship & stern
Browse files Browse the repository at this point in the history
  • Loading branch information
leucos committed Nov 11, 2020
1 parent c3a5fc0 commit 4400e70
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ Currently supported distributions are:
- [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)
- [cli53](https://github.com/barnybug/cli53)
Expand Down Expand Up @@ -216,6 +217,8 @@ Currently supported distributions are:
- [promtail](https://github.com/grafana/loki/)
- [rancher](https://rancher.com/docs/rancher/v1.6/en/)[^1]
- [scan-exporter](https://github.com/devops-works/scan-exporter)
- [starship](https://github.com/starship/starship)
- [stern](https://github.com/stern/stern)
- [subfinder](https://github.com/projectdiscovery/subfinder)
- [tanka](https://github.com/grafana/tanka)
- [teler](https://github.com/kitabisa/teler/)
Expand Down
51 changes: 51 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,24 @@ sources:
binaries:
- awstaghelper

bat:
description: A cat(1) clone with wings.
map:
amd64: x86_64
i386: i686
darwin: apple-darwin
linux: unknown-linux-gnu
windows: pc-windows-msvc
list:
type: github-releases
url: https://api.github.com/repos/sharkdp/bat/releases
fetch:
url: https://github.com/sharkdp/bat/releases/download/v{{ .Version }}/bat-v{{ .Version }}-{{ .Arch }}-{{ .OS }}.tar.gz
install:
type: tgz
binaries:
- bat

binenv:
description: One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
list:
Expand Down Expand Up @@ -773,6 +791,39 @@ sources:
install:
type: direct

starship:
description: The minimal, blazing-fast, and infinitely customizable prompt for any shell!
map:
amd64: x86_64
i386: i686
darwin: apple-darwin
linux: unknown-linux-gnu
windows: pc-windows-msvc
list:
type: github-releases
url: https://api.github.com/repos/starship/starship/releases
fetch:
url: https://github.com/starship/starship/releases/download/v{{ .Version }}/starship-{{ .Arch }}-{{ .OS }}.tar.gz
install:
type: tgz
binaries:
- starship


stern:
description: >
⎈ Multi pod and container log tailing for Kubernetes -- Friendly fork of
https://github.com/wercker/stern
list:
type: github-releases
url: https://api.github.com/repos/stern/stern/releases
fetch:
url: https://github.com/stern/stern/releases/download/v{{ .Version }}/stern_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- stern

subfinder:
description: >
Subfinder is a subdomain discovery tool that discovers valid subdomains for websites.
Expand Down

0 comments on commit 4400e70

Please sign in to comment.