You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking of something along these lines a while back when #1823 was raised. I looked for around 10 minutes (literally extent of the effort) to see what kind of extensibility cmd.exe might offer to implement what amounts to Bash alias, but didn't find much. It is tempting to ask for such a thing as a cmd.exe feature, but that's kind of a PowerShell death march, isn't it.
Hello,
Today I have create a simple shell file that allow us to execute all available commands in Bash from cmd or Powershell...
https://github.com/aleppos/windowsBash
The idea is simple, just create a shortcut for all commands inside windows
windowsBash
This tool will allow you to use Bash commands inside Windows.
How to install
Run the following command inside Windows Bash to generate shortcuts for commands
Then just add the following directory to your path in Windows
When you want to update the commands list just run the Shell file again
The text was updated successfully, but these errors were encountered: