Skip to content

Commit

Permalink
Add GBT
Browse files Browse the repository at this point in the history
  • Loading branch information
pklejch committed Feb 10, 2021
1 parent d9f1b46 commit 26a1261
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 @@ -182,6 +182,7 @@ Currently supported distributions are:
- [duf](https://github.com/muesli/duf)
- [dw-query-digest](https://github.com/devops-works/dw-query-digest)
- [fzf](https://github.com/junegunn/fzf)
- [gbt](https://github.com/jtyr/gbt)
- [gdu](https://github.com/dundee/gdu/)
- [gh](https://github.com/cli/cli/)
- [github-release-notes](https://github.com/buchanae/github-release-notes)
Expand Down
12 changes: 12 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,18 @@ sources:
binaries:
- fzf

gbt:
description: Highly configurable prompt builder for Bash, ZSH and PowerShell written in Go.
list:
type: github-releases
url: https://api.github.com/repos/jtyr/gbt/releases
fetch:
url: https://github.com/jtyr/gbt/releases/download/v{{ .Version }}/gbt-{{ .Version }}-{{ .OS }}-{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- gbt

gdu:
description: Pretty fast disk usage analyzer written in Go.
list:
Expand Down

0 comments on commit 26a1261

Please sign in to comment.