cmdspin 0.1.0

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


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

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.0"
	}
}

Usage

See the example directory.

License

Boost Software License 1.0. See LICENSE.

Authors:
  • Alexander Zhirov
Sub packages:
cmdspin:example
Dependencies:
none
Versions:
0.1.2 2026-Feb-21
0.1.1 2026-Feb-13
0.1.0 2026-Feb-13
~master 2026-Feb-21
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 13 downloads this week

  • 28 downloads this month

  • 28 downloads total

Score:
0.4
Short URL:
cmdspin.dub.pm