8000 GitHub - tehsenaus/windosu: Sudo for Windows
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tehsenaus/windosu

< 8000 h2 class="sr-only ScreenReaderHeading-module__userSelectNone--vW4Cq prc-Heading-Heading-6CmGO" data-testid="screen-reader-heading" id="folders-and-files">Folders and files
NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windosu - sudo for Windows that just works.

How?

Install it:

npm install -g windosu

Use it:

sudo make me-a-sandwich

You may need to add %appdata%\npm to path.

Use it in your programs

require('windosu').exec(
	"some-command some args"
)

What's this .latte stuff?

windosu is written in Latte, a delicious superset of JavaScript. Check it out here: https://github.com/tehsenaus/latte-js

0