Skip to content

Commit

Permalink
README: add some badges, tweak existing
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed May 4, 2019
1 parent b670968 commit cd9f061
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ available in many operating system distributions, some examples are listed
below. The package's name is usually bash-completion.

[![Alpine](https://img.shields.io/badge/Alpine-%28see%20website%29-lightgray.svg)](https://pkgs.alpinelinux.org/packages?name=bash-completion)
[![Arch](https://img.shields.io/badge/dynamic/json.svg?uri=https%3A%2F%2Fwww.archlinux.org%2Fpackages%2Fextra%2Fany%2Fbash-completion%2Fjson%2F&query=%24.pkgver&label=Arch)](https://www.archlinux.org/packages/extra/any/bash-completion/)
[![Arch](https://img.shields.io/archlinux/v/extra/any/bash-completion.svg?label=Arch)](https://www.archlinux.org/packages/extra/any/bash-completion/)
[![Cygwin](https://img.shields.io/badge/Cygwin-%28see%20website%29-lightgray.svg)](https://cygwin.com/packages/x86/bash-completion/)
[![Debian](https://img.shields.io/badge/dynamic/json.svg?uri=https%3A%2F%2Fapi.ftp-master.debian.org%2Fmadison%3Fpackage%3Dbash-completion%26f%3Djson%26s%3Dunstable&query=%24..source_version&label=Debian)](https://packages.debian.org/search?keywords=bash-completion&searchon=names&exact=1)
[![Fedora](https://img.shields.io/badge/dynamic/json.svg?uri=https%3A%2F%2Fapps.fedoraproject.org%2Fmdapi%2Frawhide%2Fpkg%2Fbash-completion&query=%24.version&label=Fedora)](https://apps.fedoraproject.org/packages/bash-completion)
[![Debian](https://img.shields.io/debian/v/bash-completion/testing.svg?label=Debian)](https://packages.debian.org/search?keywords=bash-completion&searchon=names&exact=1)
[![Fedora](https://img.shields.io/fedora/v/bash-completion.svg?label=Fedora)](https://apps.fedoraproject.org/packages/bash-completion)
[![FreshPorts](https://img.shields.io/badge/FreshPorts-%28see%20website%29-lightgray.svg)](https://www.freshports.org/shells/bash-completion)
[![Gentoo](https://img.shields.io/badge/Gentoo-%28see%20website%29-lightgray.svg)](https://packages.gentoo.org/packages/app-shells/bash-completion)
[![Homebrew](https://img.shields.io/homebrew/v/bash-completion%402.svg)](http://formulae.brew.sh/formula/bash-completion%402)
[![Homebrew](https://img.shields.io/homebrew/v/bash-completion%402.svg?label=Homebrew)](http://formulae.brew.sh/formula/bash-completion%402)
[![Mageia](https://img.shields.io/badge/Mageia-%28see%20website%29-lightgray.svg)](https://madb.mageia.org/package/show/name/bash-completion/release/cauldron/application/0)
[![NetBSD](https://img.shields.io/badge/NetBSD-%28see%20website%29-lightgray.svg)](https://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/shells/bash-completion/README.html)
[![OpenCSW](https://img.shields.io/badge/OpenCSW-%28see%20website%29-lightgray.svg)](https://www.opencsw.org/package/bash_completion/)
[![OpenMandriva](https://img.shields.io/badge/OpenMandriva-%28see%20website%29-lightgray.svg)](https://abf.openmandriva.org/openmandriva/bash-completion/build_lists)
[![openSUSE](https://img.shields.io/badge/openSUSE-%28see%20website%29-lightgray.svg)](https://software.opensuse.org/package/bash-completion?baseproject=openSUSE%3AFactory)
[![Sisyphus](https://img.shields.io/badge/Sisyphus-%28see%20website%29-lightgray.svg)](http://sisyphus.ru/en/srpm/bash-completion)
[![Slackware](https://img.shields.io/badge/Slackware-%28see%20website%29-lightgray.svg)](https://packages.slackware.com/?search=bash-completion)
[![Ubuntu](https://img.shields.io/badge/Ubuntu-%28see%20website%29-lightgray.svg)](https://packages.ubuntu.com/search?keywords=bash-completion&searchon=names&exact=1)
[![Ubuntu](https://img.shields.io/ubuntu/v/bash-completion.svg?label=Ubuntu)](https://packages.ubuntu.com/search?keywords=bash-completion&searchon=names&exact=1)

Depending on the package, you may still
need to source it from either `/etc/bashrc` or `~/.bashrc` (or any
Expand Down

0 comments on commit cd9f061

Please sign in to comment.