{"id":19053335,"url":"https://github.com/sbmueller/cygwrap","last_synced_at":"2026-06-22T17:31:17.789Z","repository":{"id":83263199,"uuid":"224274942","full_name":"sbmueller/cygwrap","owner":"sbmueller","description":"Wrapper around CLI tools to work in Cygwin","archived":false,"fork":false,"pushed_at":"2019-11-27T13:12:33.000Z","size":2,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-21T21:28:11.574Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/sbmueller.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-26T19:58:18.000Z","updated_at":"2019-11-27T13:12:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ab49fed-cc01-41d7-8591-72015a0165e7","html_url":"https://github.com/sbmueller/cygwrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sbmueller/cygwrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbmueller%2Fcygwrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbmueller%2Fcygwrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbmueller%2Fcygwrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbmueller%2Fcygwrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbmueller","download_url":"https://codeload.github.com/sbmueller/cygwrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbmueller%2Fcygwrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34659895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-08T23:30:09.845Z","updated_at":"2026-06-22T17:31:17.756Z","avatar_url":"https://github.com/sbmueller.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cygwrap\n\nThis tool aims to improve compatibility of CLI programs within Cygwin by\nreplacing Cygwin paths with Windows paths.\n\n## Description\n\nThis tool serves as a wrapper around any CLI Windows tools and tries to convert\nthe Cygwin into Windows paths, using `cygpath`. It only works with commands that\nfollow the order: executable, arguments, path:\n```\nexecutable --arg1 --arg2 -a -b /path/to/file\n```\n\nIn particular this is useful, where executables are called automatically (e.g.\nautomated static code analysis triggered by an IDE).\n\n## Example\n\nFor instance, when using `clang-tidy` with absolute paths, a call might look\nlike this:\n\n```\nclang-tidy --fix-errors --format-style=google --quiet /cygdrive/c/file.cc\n```\n\nSince `clang-tidy` is not available for Cygwin but for Windows, it will try to\ninterpret the provided path as a Windows path, resulting in something like\n`C:\\cygdrive\\c\\file.cc`. Eventually, `clang-tidy` will terminate with an error\ncode since this path can't be found.\n\n## Usage\n\nJust prepend a command by `cygwrap`, for instance\n```\ncygwrap clang-tidy --fix-errors --format-style=google --quiet /cygdrive/c/file.cc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbmueller%2Fcygwrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbmueller%2Fcygwrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbmueller%2Fcygwrap/lists"}