A shell function for colcon that allows changing the current working directory to the package base path. It is part of the colcon ecosystem and used in ROS 2 development. Current version is 0.1.1, released infrequently.
pip install colcon-cdNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
colcon-cd provides a shell function; typical usage is via sourcing.
Use as a shell command: source colcon_cd hook or eval '$(colcon cd)'
Install colcon-core and ensure .bashrc or .zshrc sources colcon's shell completion.
colcon-cd is not a Python module; use it as a shell command instead.
Install colcon-core with pip install colcon-common-extensions.
No dependency data recorded yet.