# scop/bash-completion

Programmable completion functions for bash

Repository: https://github.com/scop/bash-completion
Canonical: https://ross.abutalabs.com/products/bash-completion
Language: Shell
License: GPL-2.0
License Family: copyleft
Topics: bash, shell, completion, behavior
Last push: 2026-08-26T20:17:09+00:00

## Health v2 (maintenance only)
Score: 86/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 60, longevity 100
- inputs: {"age_days": 3858, "days_push": 7, "days_rel": 59, "gap_med": 246, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3508, forks 417 (observed 2026-08-28T04:08:07.673177+00:00)

## What it is
A collection of programmable completion functions for the Bash shell, providing smart tab-completion of options and arguments for many commands. It also includes helper functions and facilities for writing and auto-loading new completion recipes.

## Use cases
- enable tab completion for command options and arguments in bash
- write custom bash completion functions for my own CLI tool
- auto-load completion scripts on demand
- improve bash filename completion with command-aware suggestions

## When to choose
- you use Bash and want rich tab completion for common commands
- you are developing a CLI tool and want to ship completions for it
- you need helper APIs to author new completion recipes

## When to avoid
- you use zsh, fish, or another shell with its own completion system
- you need completions for a shell other than Bash

## Facets
- artifact type: library
- maturity: stable
- function: cli, developer-tools
- domain: developer-tools
- platform: cli, cross-platform
- tags: bash, shell-completion, tab-completion, shell, command-line, linux, macos

## Member repositories
- scop/bash-completion (main) score 86

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:07.673177+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:35:44.497228+00:00, confidence not recorded.
  - readme: https://github.com/scop/bash-completion (fetched 2026-08-28T04:08:07.673177+00:00, sha 836cae5f3ffa)
- Data as of 2026-08-30T08:39:29.467469+00:00.
