{"id":16538639,"url":"https://github.com/spyoungtech/win-bash-aliases","last_synced_at":"2025-10-14T06:35:14.680Z","repository":{"id":62589125,"uuid":"167644617","full_name":"spyoungtech/win-bash-aliases","owner":"spyoungtech","description":"Bash commands for windows","archived":false,"fork":false,"pushed_at":"2019-03-05T07:50:38.000Z","size":71,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T09:32:39.406Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/spyoungtech.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}},"created_at":"2019-01-26T03:17:44.000Z","updated_at":"2021-12-01T06:12:00.000Z","dependencies_parsed_at":"2022-11-03T17:54:24.408Z","dependency_job_id":null,"html_url":"https://github.com/spyoungtech/win-bash-aliases","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyoungtech%2Fwin-bash-aliases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyoungtech%2Fwin-bash-aliases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyoungtech%2Fwin-bash-aliases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyoungtech%2Fwin-bash-aliases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spyoungtech","download_url":"https://codeload.github.com/spyoungtech/win-bash-aliases/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241763753,"owners_count":20016162,"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-11T18:46:14.475Z","updated_at":"2025-10-14T06:35:09.661Z","avatar_url":"https://github.com/spyoungtech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# win-bash-aliases\n\n[![Build status](https://ci.appveyor.com/api/projects/status/1d6m12gd2abb7ndu/branch/master?svg=true)](https://ci.appveyor.com/project/spyoungtech/win-bash-aliases/branch/master)\n[![version](https://img.shields.io/pypi/v/win-bash-aliases.svg?colorB=blue)](https://pypi.org/project/win-bash-aliases/) \n[![pyversion](https://img.shields.io/pypi/pyversions/win-bash-aliases.svg?)](https://pypi.org/project/win-bash-aliases/) \n\n\nEver have this problem?\n\n```\nC:\\Users\\You\\\u003e vi foo.txt\n'vi' is not recognized as an internal or external command,\noperable program or batch file.\n```\n\nWell, no more! Proxy unix commands to WSL from your Windows native shell with `win-bash-aliases`\n\nMix windows and bash commands\n```\nC:\\Users\\You\u003edir | grep bytes\n               6 File(s)          4,195 bytes\n               7 Dir(s)  191,543,554,048 bytes free\n```\n\nvi in cmd and powershell!\n\n![vi](https://raw.githubusercontent.com/spyoungtech/win-bash-aliases/master/docs/_static/vi.gif)\n\n\n\n## Installation\n\n### Prerequsites\n\nTo use this package you must have Windows Subsystem for Linux installed.\n\n```\npy -m pip install win-bash-aliases\n```\n\n## Commands available\n\n```\nawk\ncat\ncp\ncurl\ngrep\nless\nls\nman\nmore\nmv\nnano\nrm\nssh\ntail\ntar\nvi\nvim\nwc\n```\n\nYour favorite unix command not here? Open a PR and I'll add it! It's as simple as adding a string to a list.\n\nNote: some commands, like `xargs`, are impractical to use because they would execute inside the WSL environment.\n\n## FAQ\n\n\u003e Is this safe to use in production?\n\n🤷\n\nYou should expect some things not to behave perfectly at this stage in development.\n\n\u003e How does it work?\n\nJust console entry points and wrapping around `bash -c`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspyoungtech%2Fwin-bash-aliases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspyoungtech%2Fwin-bash-aliases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspyoungtech%2Fwin-bash-aliases/lists"}