{"id":28206504,"url":"https://github.com/colcon/colcon-spawn-shell","last_synced_at":"2026-01-20T16:31:24.340Z","repository":{"id":62563479,"uuid":"131535771","full_name":"colcon/colcon-spawn-shell","owner":"colcon","description":"Source a colcon workspace in a new shell","archived":false,"fork":false,"pushed_at":"2024-11-25T21:35:41.000Z","size":43,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-12-09T14:25:22.210Z","etag":null,"topics":["colcon"],"latest_commit_sha":null,"homepage":"http://colcon.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/colcon.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-04-29T22:41:54.000Z","updated_at":"2025-05-26T22:29:17.000Z","dependencies_parsed_at":"2025-06-11T21:41:12.977Z","dependency_job_id":"17f125c6-de36-4dd0-9ab4-7d646dfba71a","html_url":"https://github.com/colcon/colcon-spawn-shell","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"e32b74eaf3ebba2962b318501db6e805b9ec8171"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/colcon/colcon-spawn-shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colcon%2Fcolcon-spawn-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colcon%2Fcolcon-spawn-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colcon%2Fcolcon-spawn-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colcon%2Fcolcon-spawn-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colcon","download_url":"https://codeload.github.com/colcon/colcon-spawn-shell/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colcon%2Fcolcon-spawn-shell/sbom","scorecard":{"id":299192,"data":{"date":"2025-08-11","repo":{"name":"github.com/colcon/colcon-spawn-shell","commit":"390bbd64e43e62a96c54191552d9a457fd50e176"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 2/24 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/colcon/colcon-spawn-shell/ci.yaml/develop?enable=pin","Info:   0 out of   1 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 13 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T20:15:02.987Z","repository_id":62563479,"created_at":"2025-08-17T20:15:02.987Z","updated_at":"2025-08-17T20:15:02.987Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["colcon"],"created_at":"2025-05-17T10:09:55.921Z","updated_at":"2026-01-20T16:31:24.317Z","avatar_url":"https://github.com/colcon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==================\nColcon Spawn Shell\n==================\n\nIntroduction\n------------\n\nThis is a `colcon \u003chttps://colcon.readthedocs.io\u003e`_ plugin to chain workspaces in new shells.\nIt allows quickly un-chaining workspaces by exiting the spawned shell.\n\nThe shell's prompt is edited to show the workspace order.\nThe only supported shell is **bash**.\n\n.. image:: https://raw.githubusercontent.com/colcon/colcon-spawn-shell/8de6d0a687619bfd8342647b6d216695bb76dfaf/doc/colcon_spawn_shell_example.gif\n\nQuick Start\n-----------\n\n**Optional:** Create and source a virtual environment.\n\n    .. code-block:: bash\n\n        python3 -m venv env\n        . env/bin/activate\n\nFrom Pip\n~~~~~~~~\n\n1. Download ``colcon-spawn-shell`` from pip.\n\n    .. code-block:: bash\n\n        pip install colcon-spawn-shell\n\n2. Build the colcon workspace you would like to spawn in a new shell.\n\n    .. code-block:: bash\n\n        cd my_cool_workspace\n        colcon build\n\n3. Source ``spawn_shell.bash`` to activate the workspace.\n\n    .. code-block:: bash\n\n        . install/spawn_shell.bash\n\n_`From Source`\n~~~~~~~~~~~~~~\n\n.. note::\n\n    It's recommended to install to a virutal environment for development.\n    See `this tutorial \u003chttps://docs.python.org/3/tutorial/venv.html\u003e`_ for more information.\n\n1. Download the source code for ``colcon-spawn-shell``\n\n    .. code-block:: bash\n\n        mkdir -b spawn_shell_ws/src\n        cd spawn_shell_ws/src\n        git clone https://github.com/colcon/colcon-spawn-shell.git\n\n2. Build the workspace using colcon\n\n    .. code-block:: bash\n\n        colcon build\n\n3. Source the workspace\n\n    .. code-block:: bash\n\n        . install/local_setup.bash\n\nFrom now on future workspaces can be activated by sourcing ``spawn_shell.bash``\n\n    .. code-block:: bash\n\n        cd my_cool_workspace\n        colcon build\n        . install/spawn_shell.bash\n\nContributing\n------------\n\n1. `Fork \u003chttps://help.github.com/articles/fork-a-repo/\u003e`_ the `colcon/colcon-spawn-shell \u003chttps://github.com/colcon/colcon-spawn-shell\u003e`_ repository.\n2. Follow the `\"From Source\" instructions \u003cFrom Source_\u003e`_, except clone your forked repository.\n3. Make changes and commit them to a branch.\n\n    .. code-block:: bash\n\n        # Creat a branch for your changes\n        git checkout -b my-cool-changes\n        # Make your changes ...\n        git commit -m \"committing my changes\"\n        # Push them to your fork\n        git push --set-upstream origin my-cool-changes\n\n4. Create a `Pull Request \u003chttps://help.github.com/articles/creating-a-pull-request-from-a-fork/\u003e`_ from your branch to the branch **develop** on `colcon/colcon-spawn-shell \u003ccolcon/colcon-spawn-shell_\u003e`_\n\n\n.. note::\n\n    Please create pull requests from the branch **develop** because `this repository \u003ccolcon/colcon-spawn-shell_\u003e`_ uses the `nvie git branching model \u003chttp://nvie.com/posts/a-successful-git-branching-model/\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolcon%2Fcolcon-spawn-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolcon%2Fcolcon-spawn-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolcon%2Fcolcon-spawn-shell/lists"}