diff options
| -rw-r--r-- | PACKAGES.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index 14620b33..297b1224 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -87,6 +87,7 @@ - [fsautocomplete](#fsautocomplete) - [gersemi](#gersemi) - [gitlint](#gitlint) +- [gitui](#gitui) - [glint](#glint) - [glow](#glow) - [go-debug-adapter](#go-debug-adapter) @@ -1990,6 +1991,25 @@ Categories: `Linter` ``` +# gitui + +> Blazing fast terminal-ui for git written in Rust + +Homepage: [https://github.com/extrawurst/gitui](https://github.com/extrawurst/gitui) +Languages: +Categories: + +<details> + <summary>History:</summary> + +- [`d825d3d`](https://github.com/williamboman/mason.nvim/commit/d825d3d) 2023-01-18 - feat(registry): add gitui ([#919](https://github.com/williamboman/mason.nvim/issues/919)) by Dan Sully +</details> + +``` +:MasonInstall gitui +``` + + # glint > Glint is a set of tools to aid in developing code that uses the Glimmer VM for rendering, such as |
