Skip to content

Commit f2f51cd

Browse files
committed
package status badge
1 parent bd139cc commit f2f51cd

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
96100
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.
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
101105
pacman -S gitui
102106
```
103107

104-
### Fedora
108+
#### Fedora
105109

106110
```sh
107111
sudo dnf install gitui
108112
```
109113

110-
### Gentoo
111-
114+
#### Gentoo
112115
Available in [dm9pZCAq overlay](https://github.com/gentoo-mirror/dm9pZCAq)
113116

114117
```sh
@@ -117,43 +120,43 @@ sudo emerge --sync dm9pZCAq
117120
sudo 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
123126
sudo zypper install gitui
124127
```
125128

126-
### Homebrew (macOS)
129+
#### Homebrew (macOS)
127130

128131
```sh
129132
brew 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
135138
port 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
```
141144
winget 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
```
147150
scoop install gitui
148151
```
149152

150-
### [Chocolatey](https://chocolatey.org/packages/gitui) (Windows)
153+
#### [Chocolatey](https://chocolatey.org/packages/gitui) (Windows)
151154

152155
```
153156
choco 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

158161
Nixpkg
159162
```
@@ -164,13 +167,13 @@ NixOS
164167
nix-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
```
170173
pkg install gitui
171174
```
172175

173-
### [Anaconda](https://anaconda.org/conda-forge/gitui)
176+
#### [Anaconda](https://anaconda.org/conda-forge/gitui)
174177
```
175178
conda install -c conda-forge gitui
176179
```

0 commit comments

Comments
 (0)