colcon-cd
A shell function for colcon to change the current working directory.
What it is and what it does
colcon-cd is a plugin for colcon-core that adds a shell function to quickly navigate between directories in a colcon workspace. It depends on colcon-core and colcon-package-information to integrate with the colcon build system. The package is designed for developers working with colcon workspaces who want a convenient way to change directories without typing full paths.
The package is in Alpha status and has not been updated since October 2019. While the repository remains active with occasional commits, the lack of recent releases suggests limited ongoing development. It is intended for macOS and POSIX systems and targets developers using colcon for build management.
Use it for:
- Navigate quickly between package directories in a colcon workspace during development
- Reduce typing when switching between multiple colcon packages during builds or testing
- Integrate directory navigation into shell workflows for colcon-based projects
- Automate workspace directory changes in shell scripts that manage colcon builds
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a shell function for colcon-core that enables quick directory changes within a colcon workspace.
Yes, if you actively use colcon and work with multiple packages in a workspace. The low install friction and permissive license make it a safe addition. However, the aging codebase (last release 2019-10-21) means you should verify compatibility with your current colcon-core version and shell environment before relying on it in production workflows.
Install
colcon-cd on PyPI
pip
pip install colcon-cduv
uv add colcon-cdpoetry
poetry add colcon-cdInstalling colcon-cd
Before you install
Low install friction with a pure Python wheel. Maintenance is aging—last release was 2019-10-21 and the repository shows no recent activity, though it remains unarchived and receives occasional commits.
License in practice
Apache License 2.0 is permissive; you may use, modify, and distribute this package freely in commercial or private projects with minimal restrictions.
Quickstart
pip install colcon-cd
# After installation, source the shell function in your shell configuration
# (see colcon documentation for shell-specific setup)
# Then use: cd <package-name> to navigate within your colcon workspace
Requires colcon-core and colcon-package-information to be installed; shell integration setup depends on your shell type (bash, zsh, etc.)
Verify before relying
- Whether the shell function works correctly with modern colcon-core versions given the age of the last release
- Compatibility with current shell environments (bash, zsh, fish) not specified in the fact sheet
- Whether Python version support has changed since the unspecified declaration
Package facts
| License | Apache License, Version 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — colcon-core, colcon-package-information |
| Maintenance | aging — 2,489 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 163,374/month — #10,572 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: colcon_cd-0.1.1-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-corecolcon-core is a command-line tool that…
permissive · top 15,000 on PyPI
colcon-cmakecolcon-cmake is a plugin for colcon that adds…
permissive · top 15,000 on PyPI
colcon-bashProvides Bash script generation as an extension…
permissive · top 15,000 on PyPI
colcon-package-selectionExtends colcon-core to filter and select a…
permissive · top 15,000 on PyPI
colcon-defaultsExtends colcon to load default command-line…
permissive · top 15,000 on PyPI
colcon-rosExtends colcon to recognize and build ROS…
permissive · top 15,000 on PyPI
colcon-powershellExtends colcon-core to generate PowerShell…
permissive · top 15,000 on PyPI
colcon-argcompleteAdds shell command-line completion to colcon…
permissive · top 15,000 on PyPI
colcon-package-informationExtends colcon-core to provide information…
permissive · top 15,000 on PyPI
lamin_cliProvides a command-line interface for managing…
unclear · top 15,000 on PyPI