From cc1e188bf5ac6267c2a2a81e7b2c8ad7e55d2862 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Mon, 24 Aug 2026 18:13:50 +0100 Subject: [PATCH] Add 'shtab' project to contribution list --- docs/contrib.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contrib.md b/docs/contrib.md index 11716969a2..7a7a73eb80 100644 --- a/docs/contrib.md +++ b/docs/contrib.md @@ -27,6 +27,7 @@ Some of the most popular and actively maintained are listed below: |---------------------------------------------------------|--------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------| | [Typer](https://github.com/fastapi/typer) | Use Python type hints to create CLI apps. | ![GitHub stars](https://img.shields.io/github/stars/fastapi/typer?label=%20&style=flat-square) | ![Last commit](https://img.shields.io/github/last-commit/fastapi/typer?label=%20&style=flat-square) | | [rich-click](https://github.com/ewels/rich-click) | Format help output with Rich. | ![GitHub stars](https://img.shields.io/github/stars/ewels/rich-click?label=%20&style=flat-square) | ![Last commit](https://img.shields.io/github/last-commit/ewels/rich-click?label=%20&style=flat-square) | +| [shtab](https://github.com/tqdm/shtab) | Speed up tab completion scripts and support more shells. | ![GitHub stars](https://img.shields.io/github/stars/tqdm/shtab?label=%20&style=flat-square) | ![Last commit](https://img.shields.io/github/last-commit/tqdm/shtab?label=%20&style=flat-square) | | [click-app](https://github.com/simonw/click-app) | Cookiecutter template for creating new CLIs. | ![GitHub stars](https://img.shields.io/github/stars/simonw/click-app?label=%20&style=flat-square) | ![Last commit](https://img.shields.io/github/last-commit/simonw/click-app?label=%20&style=flat-square) | | [Cloup](https://github.com/janluke/cloup) | Adds option groups, constraints, command aliases, help themes, suggestions and more. | ![GitHub stars](https://img.shields.io/github/stars/janluke/cloup?label=%20&style=flat-square) | ![Last commit](https://img.shields.io/github/last-commit/janluke/cloup?label=%20&style=flat-square) | | [Click Extra](https://github.com/kdeldycke/click-extra) | Cloup + colorful `--help`, `--config`, `--show-params`, `--verbosity` options, etc. | ![GitHub stars](https://img.shields.io/github/stars/kdeldycke/click-extra?label=%20&style=flat-square) | ![Last commit](https://img.shields.io/github/last-commit/kdeldycke/click-extra?label=%20&style=flat-square) |