skillfed

colcon-argcomplete

Completion for colcon command lines using argcomplete.

colcon-argcomplete v0.3.3 162.5K downloads/30d#10,597 on PyPI2
Permissive license Apache License, Version 2.0 Active released

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-argcomplete

uv

uv add colcon-argcomplete

poetry

poetry add colcon-argcomplete

Installing 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

Development Status :: 3 - AlphaEnvironment :: PluginsIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: MacOSOperating System :: POSIXProgramming Language :: PythonTopic :: Software Development :: Build Tools

Tags

colcon command completionshell tab completion for colconargcomplete integrationcolcon bash completioncommand line argument completion
shell-completioncolcon-plugindeveloper-tools

More Build Tools packages