{"id":43146169,"url":"https://github.com/dotboris/cdo","last_synced_at":"2026-01-31T23:45:46.096Z","repository":{"id":65962786,"uuid":"603544220","full_name":"dotboris/cdo","owner":"dotboris","description":"Small command to run other commands in a given directory","archived":false,"fork":false,"pushed_at":"2026-01-19T05:27:38.000Z","size":489,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-19T13:46:14.267Z","etag":null,"topics":["cli","command-line","developer-tools","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotboris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-18T20:42:50.000Z","updated_at":"2026-01-17T08:53:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b03c2f3-4224-4c23-b5f1-0042caba56a4","html_url":"https://github.com/dotboris/cdo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dotboris/cdo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotboris%2Fcdo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotboris%2Fcdo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotboris%2Fcdo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotboris%2Fcdo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotboris","download_url":"https://codeload.github.com/dotboris/cdo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotboris%2Fcdo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28961075,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T23:03:11.038Z","status":"ssl_error","status_checked_at":"2026-01-31T22:56:44.691Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cli","command-line","developer-tools","rust"],"created_at":"2026-01-31T23:45:45.473Z","updated_at":"2026-01-31T23:45:46.092Z","avatar_url":"https://github.com/dotboris.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cdo: Change directory and do\n\nA dead simple command that lets you run other commands in a different directory.\nThis saves you the trouble of having to `cd` all over the place.\n\n## Usage\n\nHere's a short example:\n\n```sh\ncdo path/to/some/dir my-command arg0 arg1 --flag --other-flag\n```\n\nThis will run `my-command arg0 arg1 --flag --other-flag` in the\n`path/to/some/dir` directory.\n\n## Install\n\n### From source\n\nFor this, you'll need rust installed. See \u003chttps://rustup.rs/\u003e.\n\n1. Clone this repository\n\n    ```sh\n    git clone https://github.com/dotboris/cdo\n    cd cdo\n    ```\n\n1. Install the binary onto your system\n\n    ```sh\n    cargo install --path .\n    ```\n\n1. If it's not already done, add the cargo bin directory (`$HOME/.cargo/bin`) to\n   your `PATH` environment variable.\n\n    This will vary depending on your operating system shell and system\n    configuration.\n\n1. Verify that `cdo` is installed correctly\n\n    ```sh\n    cdo --help\n    ```\n\n### Nix flake\n\nThis uses the [Nix Flakes](https://nixos.wiki/wiki/Flakes) system. You'll need\nto have that enabled.\n\n1. Install `cdo`\n\n    ```sh\n    # Install in profile\n    nix profile install github:dotboris/cdo\n    # Run in an ephemeral shell\n    nix shell github:dotboris/cdo\n    ```\n\n    There are many options for installing and using package in nix, this is a\n    sampling of common methods.\n\n1. Verify that `cdo` is installed correctly\n\n    ```sh\n    cdo --help\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotboris%2Fcdo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotboris%2Fcdo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotboris%2Fcdo/lists"}