@@ -93,22 +93,25 @@ All support is welcomed! Sponsors as well! ❤️
9393
9494## 6. <a name =" installation " ></a > Installation <small ><sup >[ Top ▲] ( #table-of-contents ) </sup ></small >
9595
96+ <a href =" https://repology.org/project/gitui/versions " >
97+ <img src="https://repology.org/badge/vertical-allrepos/gitui.svg" alt="Packaging status" align="right">
98+ </a >
99+
96100For the time being this product is in alpha and is not considered production ready. However, for personal use it is reasonably stable and is being used while developing itself.
97101
98- ### [ Arch Linux] ( https://archlinux.org/packages/community/x86_64/gitui/ )
102+ #### [ Arch Linux] ( https://archlinux.org/packages/community/x86_64/gitui/ )
99103
100104``` sh
101105pacman -S gitui
102106```
103107
104- ### Fedora
108+ #### Fedora
105109
106110``` sh
107111sudo dnf install gitui
108112```
109113
110- ### Gentoo
111-
114+ #### Gentoo
112115Available in [ dm9pZCAq overlay] ( https://github.com/gentoo-mirror/dm9pZCAq )
113116
114117``` sh
@@ -117,43 +120,43 @@ sudo emerge --sync dm9pZCAq
117120sudo emerge dev-vcs/gitui::dm9pZCAq
118121```
119122
120- ### [ openSUSE] ( https://software.opensuse.org/package/gitui ) (Tumbleweed)
123+ #### [ openSUSE] ( https://software.opensuse.org/package/gitui ) (Tumbleweed)
121124
122125``` sh
123126sudo zypper install gitui
124127```
125128
126- ### Homebrew (macOS)
129+ #### Homebrew (macOS)
127130
128131``` sh
129132brew install gitui
130133```
131134
132- ### [ MacPorts (macOS)] ( https://ports.macports.org/port/gitui/details/ )
135+ #### [ MacPorts (macOS)] ( https://ports.macports.org/port/gitui/details/ )
133136
134137``` sh
135138port install gitui
136139```
137140
138- ### [ Winget] ( https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/StephanDilly/gitui ) (Windows)
141+ #### [ Winget] ( https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/StephanDilly/gitui ) (Windows)
139142
140143```
141144winget install gitui
142145```
143146
144- ### [ Scoop] ( https://github.com/ScoopInstaller/Main/blob/master/bucket/gitui.json ) (Windows)
147+ #### [ Scoop] ( https://github.com/ScoopInstaller/Main/blob/master/bucket/gitui.json ) (Windows)
145148
146149```
147150scoop install gitui
148151```
149152
150- ### [ Chocolatey] ( https://chocolatey.org/packages/gitui ) (Windows)
153+ #### [ Chocolatey] ( https://chocolatey.org/packages/gitui ) (Windows)
151154
152155```
153156choco install gitui
154157```
155158
156- ### [ Nix] ( https://search.nixos.org/packages?channel=unstable&show=gitui&from=0&size=50&sort=relevance&query=gitui ) (Nix/NixOS)
159+ #### [ Nix] ( https://search.nixos.org/packages?channel=unstable&show=gitui&from=0&size=50&sort=relevance&query=gitui ) (Nix/NixOS)
157160
158161Nixpkg
159162```
@@ -164,13 +167,13 @@ NixOS
164167nix-env -iA nixos.gitui
165168```
166169
167- ### [ Termux] ( https://github.com/termux/termux-packages/tree/master/packages/gitui ) (Android)
170+ #### [ Termux] ( https://github.com/termux/termux-packages/tree/master/packages/gitui ) (Android)
168171
169172```
170173pkg install gitui
171174```
172175
173- ### [ Anaconda] ( https://anaconda.org/conda-forge/gitui )
176+ #### [ Anaconda] ( https://anaconda.org/conda-forge/gitui )
174177```
175178conda install -c conda-forge gitui
176179```
0 commit comments