sudo
sudo copied to clipboard
It's sudo, for Windows
This is shockingly trivial for CMD.exe. CMD uses the built-in console line-editing, which means that commands run in CMD will use the console's own history buffer. That means `sudo` can...
not blank! We like to camp nice round number issues like this one, for future use.
not blank! We like to camp nice round number issues like this one, for future use.
not blank! We like to camp nice round number issues like this one, for future use.
Currently, sudo only works for elevating an actual executable[^1]. For something like `Get-ChildItem` (`gci`) in PowerShell, that's not an executable, it's a cmdlet. We'll need a proper PowerShell module to...
This is a megathread for all the issues that we had previously identified before sudo was made public. There's about a 3-week delay between us fixing issues, and the fixes...
Yep, pretty much what it says on the tin. Currently, sudo just runs the target app as the admin half of the admin user's split token (which may or may...
This PR moves the platform check to the beginning of the script, rather than somewhere in the middle. This prepares for the possibility of adding a GitHub workflow to test...
This has been requested in a pile of places. Lemme try and gather up the links quick: * https://www.reddit.com/r/programming/comments/1am2bkn/introducing_sudo_for_windows/kpjmwch/ * https://www.reddit.com/r/programming/comments/1am2bkn/introducing_sudo_for_windows/kpjjt6v/ * https://www.reddit.com/r/Windows11/comments/1am2ovw/introducing_sudo_for_windows/kpjlorx/ * surely somewhere in the HN thread...
### Sudo for Windows version sudo 0.1.5 ### Windows build number 10.0.26052.1000 ### Other Software _No response_ ### Steps to reproduce When I use the sudo command to run robocopy,...