cmdspin 0.1.1
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.
- 0.1.1 released 17 days ago
- AlexanderZhirov/cmdspin
- BSL-1.0
- Copyright © 2026, Alexander Zhirov
- Authors:
- Sub packages:
- cmdspin:example
- Dependencies:
- none
- Versions:
-
Show all 4 versions0.1.2 2026-Feb-21 0.1.1 2026-Feb-13 0.1.0 2026-Feb-13 ~master 2026-Feb-21 - Download Stats:
-
-
0 downloads today
-
13 downloads this week
-
28 downloads this month
-
28 downloads total
-
- Score:
- 0.4
- Short URL:
- cmdspin.dub.pm