colcon-argcomplete
Completion for colcon command lines using argcomplete.
What it is and what it does
colcon-argcomplete is a plugin for the colcon build orchestration tool that integrates argcomplete to provide shell tab-completion for colcon commands and their arguments. It works by extending colcon-core with completion logic that argcomplete can invoke when you press tab in your shell.
The package is designed for developers using colcon in build workflows—primarily those working with ROS 2 or similar multi-package build systems. It has minimal runtime dependencies (argcomplete and colcon-core) and installs as a pure Python wheel, making it lightweight to add to an existing colcon setup. The package is stable but development has slowed since 2019, though the repository remains active.
Use it for:
- Enable tab-completion of colcon subcommands (e.g., build, test, list) in bash or zsh shells.
- Auto-complete package names and workspace paths when running colcon build or colcon test commands.
- Reduce typing overhead in ROS 2 development workflows that rely on colcon for multi-package builds.
- Integrate completion into CI/CD or container environments where colcon is the primary build tool.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds shell command-line completion to colcon build tool commands using argcomplete, enabling tab-completion of colcon subcommands and arguments in bash and other shells.
Yes, if you use colcon regularly and want shell completion. Installation is frictionless and the package is stable. The long gap since the last release (2019) is not a red flag for a plugin that provides a well-defined feature; however, verify that completion works with your shell and colcon version before relying on it in production workflows.
Install
colcon-argcomplete on PyPI
pip
pip install colcon-argcompleteuv
uv add colcon-argcompletepoetry
poetry add colcon-argcompleteInstalling colcon-argcomplete
Before you install
Low install friction with a pure-Python wheel distribution. Maintenance is active but infrequent—the latest release is from 2019 and the repository has not been updated since early 2026, suggesting the package is stable but not under active development.
License in practice
Licensed under Apache License 2.0 (permissive), which allows commercial and private use with minimal restrictions—suitable for most projects.
Quickstart
pip install colcon-argcomplete
from colcon_argcomplete import ColconArgumentCompleter
# Completion is automatically registered as a colcon-core plugin
Requires colcon-core to be installed and the shell to have argcomplete support enabled (typically via eval or shell integration).
Verify before relying
- Whether completion works correctly with all colcon subcommands and argument types in practice.
- Compatibility with modern shell versions and whether setup requires additional shell configuration beyond installation.
Package facts
| License | Apache License, Version 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — argcomplete, colcon-core |
| Maintenance | actively maintained — 2,586 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 162,516/month — #10,597 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: colcon_argcomplete-0.3.3-py3-none-any.whl
Keywords: colcon
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
colcon-bashProvides Bash script generation as an extension…
permissive · top 15,000 on PyPI
argcompleteProvides bash and zsh tab completion for Python…
permissive · top 1,000 on PyPI
colcon-outputExtends colcon-core to customize output…
permissive · top 15,000 on PyPI
shtabGenerates shell tab completion scripts for…
copyleft · top 5,000 on PyPI
colcon-zshProvides Z shell (zsh) completion and…
permissive · top 15,000 on PyPI
colcon-cdProvides a shell function for colcon-core that…
permissive · top 15,000 on PyPI
colcon-package-informationExtends colcon-core to provide information…
permissive · top 15,000 on PyPI
colcon-powershellExtends colcon-core to generate PowerShell…
permissive · top 15,000 on PyPI
colcon-notificationAdds desktop notifications to colcon build…
permissive · top 15,000 on PyPI
colcon-recursive-crawlA colcon-core extension that recursively crawls…
permissive · top 15,000 on PyPI