cmdspin

Small D library for running external commands with a terminal spinner.


Keywords
library, development
License
BSL-1.0
Install
dub fetch cmdspin --version 0.1.3

Documentation

cmdspin

Small D library for running external commands with a terminal spinner.

asciicast

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.