Skip to content

Commit

Permalink
Adds gitui to distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
cleming committed Mar 9, 2021
1 parent e404653 commit 83bd261
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ Currently supported distributions are:
- [gh](https://github.com/cli/cli/)
- [github-release-notes](https://github.com/buchanae/github-release-notes)
- [gitjacker](https://github.com/liamg/gitjacker)
- [gitui](https://github.com/extrawurst/gitui/)
- [glab](https://github.com/profclems/glab/)
- [glow](https://github.com/charmbracelet/glow)
- [gocloc](https://github.com/hhatto/gocloc)
Expand Down
15 changes: 15 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,21 @@ sources:
install:
type: direct

gitui:
map:
darwin: mac
linux: linux-musl
description: Blazing fast terminal client for git written in Rust
list:
type: github-releases
url: https://api.github.com/repos/extrawurst/gitui/releases
fetch:
url: https://github.com/extrawurst/gitui/releases/download/v{{ .Version }}/gitui-{{ .OS }}.tar.gz
install:
type: tgz
binaries:
- ./gitui

glab:
description: An open-source GitLab command line tool
map:
Expand Down

0 comments on commit 83bd261

Please sign in to comment.