From 31f526635f8620b5ee720b8ff504287773a94f6f Mon Sep 17 00:00:00 2001 From: Konstantinos Papadopoulos Date: Thu, 31 Aug 2023 17:39:35 +0200 Subject: [PATCH] Add README badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c65569c..9134468 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +![PyPI - Downloads](https://img.shields.io/pypi/dm/auto-click-auto) +[![Functional Tests](https://github.com/KAUTH/auto-click-auto/workflows/Functional%20tests/badge.svg)](https://github.com/KAUTH/auto-click-auto/actions/workflows/functional-tests.yml?query=workflow%3A%22Functional+tests%22) +[![pypi](https://img.shields.io/pypi/v/auto-click-auto.svg)](https://pypi.python.org/pypi/auto-click-auto) +[![GitHub license](https://img.shields.io/github/license/KAUTH/auto-click-auto)](https://github.com/KAUTH/auto-click-auto/blob/master/LICENSE) + # auto-click-auto Automatically enable tab autocompletion for shells in Click CLI applications.