@@ -93,22 +93,25 @@ All support is welcomed! Sponsors as well! ❤️
93
93
94
94
## 6. <a name =" installation " ></a > Installation <small ><sup >[ Top ▲] ( #table-of-contents ) </sup ></small >
95
95
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
+
96
100
For 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.
97
101
98
- ### [ Arch Linux] ( https://archlinux.org/packages/community/x86_64/gitui/ )
102
+ #### [ Arch Linux] ( https://archlinux.org/packages/community/x86_64/gitui/ )
99
103
100
104
``` sh
101
105
pacman -S gitui
102
106
```
103
107
104
- ### Fedora
108
+ #### Fedora
105
109
106
110
``` sh
107
111
sudo dnf install gitui
108
112
```
109
113
110
- ### Gentoo
111
-
114
+ #### Gentoo
112
115
Available in [ dm9pZCAq overlay] ( https://github.com/gentoo-mirror/dm9pZCAq )
113
116
114
117
``` sh
@@ -117,43 +120,43 @@ sudo emerge --sync dm9pZCAq
117
120
sudo emerge dev-vcs/gitui::dm9pZCAq
118
121
```
119
122
120
- ### [ openSUSE] ( https://software.opensuse.org/package/gitui ) (Tumbleweed)
123
+ #### [ openSUSE] ( https://software.opensuse.org/package/gitui ) (Tumbleweed)
121
124
122
125
``` sh
123
126
sudo zypper install gitui
124
127
```
125
128
126
- ### Homebrew (macOS)
129
+ #### Homebrew (macOS)
127
130
128
131
``` sh
129
132
brew install gitui
130
133
```
131
134
132
- ### [ MacPorts (macOS)] ( https://ports.macports.org/port/gitui/details/ )
135
+ #### [ MacPorts (macOS)] ( https://ports.macports.org/port/gitui/details/ )
133
136
134
137
``` sh
135
138
port install gitui
136
139
```
137
140
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)
139
142
140
143
```
141
144
winget install gitui
142
145
```
143
146
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)
145
148
146
149
```
147
150
scoop install gitui
148
151
```
149
152
150
- ### [ Chocolatey] ( https://chocolatey.org/packages/gitui ) (Windows)
153
+ #### [ Chocolatey] ( https://chocolatey.org/packages/gitui ) (Windows)
151
154
152
155
```
153
156
choco install gitui
154
157
```
155
158
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)
157
160
158
161
Nixpkg
159
162
```
@@ -164,13 +167,13 @@ NixOS
164
167
nix-env -iA nixos.gitui
165
168
```
166
169
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)
168
171
169
172
```
170
173
pkg install gitui
171
174
```
172
175
173
- ### [ Anaconda] ( https://anaconda.org/conda-forge/gitui )
176
+ #### [ Anaconda] ( https://anaconda.org/conda-forge/gitui )
174
177
```
175
178
conda install -c conda-forge gitui
176
179
```
0 commit comments