Small D library for running external commands with a terminal spinner.
- D 100%
| .vscode | ||
| example | ||
| source | ||
| .editorconfig | ||
| .gitignore | ||
| dub.json | ||
| dub.selections.json | ||
| LICENSE | ||
| README.md | ||
cmdspin
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.
Install (dub)
{
"dependencies": {
"cmdspin": "~>0.1.3"
}
}
Usage
See the example directory.
License
Boost Software License 1.0. See LICENSE.