Small D library for running external commands with a terminal spinner.
Two execution styles:
-
CmdSpinExecute — run a command and handle
(status, output)(captured output). -
CmdSpinPipes — run a command and handle
(stdout, stderr)as streams.
{
"dependencies": {
"cmdspin": "~>0.1.3"
}
}See the example directory.
Boost Software License 1.0. See LICENSE.