Directories
¶
| Path | Synopsis |
|---|---|
|
Package acl grants and revokes NTFS permissions on a file or directory — a modern, icacls-backed take on the classic "shell out to cacls to fix a folder's rights" admin chore, which legacy scripts ran through an elevated helper.
|
Package acl grants and revokes NTFS permissions on a file or directory — a modern, icacls-backed take on the classic "shell out to cacls to fix a folder's rights" admin chore, which legacy scripts ran through an elevated helper. |
|
cmd
|
|
|
fleet
command
Command fleet is a parallel fleet task runner: point it at a list of machines and a task, and it fans out across them with a bounded pool of concurrent workers — the overnight "run this against hundreds of servers" job, with a dry-run, staged rollouts, and an audit trail.
|
Command fleet is a parallel fleet task runner: point it at a list of machines and a task, and it fans out across them with a bounded pool of concurrent workers — the overnight "run this against hundreds of servers" job, with a dry-run, staged rollouts, and an audit trail. |
|
winadmin
command
Command winadmin is a small example that wires the packages together: load a config, build a credential provider from it, and run a command as that user.
|
Command winadmin is a small example that wires the packages together: load a config, build a credential provider from it, and run a command as that user. |
|
Package config turns declarative configuration into a secret.Provider.
|
Package config turns declarative configuration into a secret.Provider. |
|
Package dialog is a small, dependency-free homage to the chunky gray message boxes that classic Windows admin tools flung all over Windows 9x — the kind an overnight script loved to leave waiting on a locked workstation at 3 a.m.
|
Package dialog is a small, dependency-free homage to the chunky gray message boxes that classic Windows admin tools flung all over Windows 9x — the kind an overnight script loved to leave waiting on a locked workstation at 3 a.m. |
|
examples
|
|
|
splash
command
Command splash shows the winadmin dialog package's ass-ugly retro splash screen — the terminal descendant of the splash screens overnight installers loved.
|
Command splash shows the winadmin dialog package's ass-ugly retro splash screen — the terminal descendant of the splash screens overnight installers loved. |
|
statusboard
command
Command statusboard renders the fleet status dashboard with a representative heterogeneous fleet, so you can see the `fleet status --tui` view without a live fleet.
|
Command statusboard renders the fleet status dashboard with a representative heterogeneous fleet, so you can see the `fleet status --tui` view without a live fleet. |
|
Package fleet is a parallel fan-out engine for running a task across a list of machines — inspired by the classic overnight fleet-runners of the early-2000s Windows admin era, which fired a batch file at hundreds of servers with bounded concurrency.
|
Package fleet is a parallel fan-out engine for running a task across a list of machines — inspired by the classic overnight fleet-runners of the early-2000s Windows admin era, which fired a batch file at hundreds of servers with bounded concurrency. |
|
Package groups answers the classic login-script question: "is this principal a member of group X?"
|
Package groups answers the classic login-script question: "is this principal a member of group X?" |
|
Package osinfo identifies the running Windows OS the way classic login scripts did — by reading a handful of registry values and classifying them — but returns one typed Info instead of a pile of ad-hoc string compares scattered across a script.
|
Package osinfo identifies the running Windows OS the way classic login scripts did — by reading a handful of registry values and classifying them — but returns one typed Info instead of a pile of ad-hoc string compares scattered across a script. |
|
Package reboot covers two Windows admin needs the old install scripts handled with a delayed-move primitive and a scatter of registry probes:
|
Package reboot covers two Windows admin needs the old install scripts handled with a delayed-move primitive and a scatter of registry probes: |
|
Package reg is a thin, WOW64-aware wrapper over the Windows registry for the common sysadmin reads and writes that WinBatch did with RegQueryValue / RegSetValue / RegCreateKey / RegExistValue.
|
Package reg is a thin, WOW64-aware wrapper over the Windows registry for the common sysadmin reads and writes that WinBatch did with RegQueryValue / RegSetValue / RegCreateKey / RegExistValue. |
|
Package runas launches a process as a different user, given a credential.
|
Package runas launches a process as a different user, given a credential. |
|
Package secret provides pluggable credential sources for run-as operations.
|
Package secret provides pluggable credential sources for run-as operations. |
|
Package tui is the Bubble Tea front-end for the fleet engine: a live "btop'ed out" run watcher, and an interactive console for setting up and launching runs.
|
Package tui is the Bubble Tea front-end for the fleet engine: a live "btop'ed out" run watcher, and an interactive console for setting up and launching runs. |
Click to show internal directories.
Click to hide internal directories.




