skillfed

colcon-cd

A shell function for colcon to change the current working directory.

colcon-cd v0.1.1 163.4K downloads/30d#10,572 on PyPI8
Permissive license Apache License, Version 2.0 AGING released

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

uv

uv add colcon-cd

poetry

poetry add colcon-cd

Installing 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

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

Tags

colcon directory navigationshell cd function colconcolcon workspace navigationquick directory change colconcolcon shell integrationcolcon working directorycolcon cd command
colcon-pluginshell-integrationworkspace-navigation

More Build Tools packages