{"id":18013428,"url":"https://github.com/milly/wslpath","last_synced_at":"2025-06-20T18:37:37.655Z","repository":{"id":66495271,"uuid":"87531581","full_name":"Milly/wslpath","owner":"Milly","description":"Convert Unix and Windows format paths in WSL","archived":false,"fork":false,"pushed_at":"2017-04-07T14:00:35.000Z","size":5,"stargazers_count":18,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T02:56:08.925Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Milly.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":"2017-04-07T09:52:35.000Z","updated_at":"2024-02-16T17:19:54.000Z","dependencies_parsed_at":"2023-02-21T13:00:32.099Z","dependency_job_id":null,"html_url":"https://github.com/Milly/wslpath","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Milly/wslpath","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fwslpath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fwslpath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fwslpath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fwslpath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Milly","download_url":"https://codeload.github.com/Milly/wslpath/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fwslpath/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260998565,"owners_count":23095138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-30T03:21:30.916Z","updated_at":"2025-06-20T18:37:32.642Z","avatar_url":"https://github.com/Milly.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wslpath\nConvert Unix and Windows format paths in WSL.\n\n## Example\nUsage is similar to `cygpath.exe`.\n\n    C:\\Users\\alice\u003ebash -c 'wslpath -u foo\\\\bar.txt'\n    foo/bar.txt\n\n    C:\\Users\\alice\u003ebash -c 'wslpath -ua foo\\\\bar.txt'\n    /mnt/c/Users/alice/foo/bar.txt\n\n    C:\\Users\\alice\u003ebash -c 'wslpath -ua \\\\baz'\n    /mnt/c/baz\n\n    C:\\Users\\alice\u003ebash -c 'wslpath -w /mnt/c/baz'\n    C:\\baz\n\n    C:\\Users\\alice\u003ebash -c 'cd /tmp; wslpath -w foo'\n    wslpath: error: not a windows mount point: foo\n\n## Usage\n    wslpath (-d|-m|-u|-w|-t TYPE) [-f FILE] [OPTION]... NAME...\n\n## Options\n\n### Output type options\n Option          | Description\n-----------------|------------------------------------------------------\n -d, --dos       | like --windows (for compatibility)\n -m, --mixed     | like --windows, but with regular slashes (C:/WINNT)\n -u, --unix      | (default) print Unix form of NAMEs (/mnt/c/winnt)\n -w, --windows   | print Windows form of NAMEs (C:\\WINNT)\n -t, --type=TYPE | print TYPE form: 'dos', 'mixed', 'unix', or 'windows'\n\n### Path conversion options\n Option           | Description\n------------------|---------------------------------------------\n -a, --absolute   | output absolute path\n -l, --long-name  | no effect (for compatibility)\n -p, --path       | NAME is a PATH list (i.e., '/bin:/usr/bin')\n -s, --short-name | no effect (for compatibility)\n\n### Other options\n Option          | Description\n-----------------|-----------------------------------------------\n -f, --file=FILE | read FILE for input; use - to read from STDIN\n -i, --ignore    | ignore missing argument\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilly%2Fwslpath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilly%2Fwslpath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilly%2Fwslpath/lists"}