spinners 1.0.0

Binding for libspinners an elegant terminal spinners


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:

libspinners-d

D binding for libspinners an elegant terminal spinners.

Download

DUB

dub add spinners

Example

import core.thread;
import spinner;

void main()
{
    Spinner spin = Spinner(Spinners.Dots9, "Waiting for 3 seconds");
    Thread.sleep(3.seconds);
    spin.stop();
}

References

License

This repo is released under the MIT.

Authors:
  • XXIV
Dependencies:
none
Versions:
1.0.0 2023-Jan-27
~main 2023-Jan-27
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 6 downloads total

Score:
0.3
Short URL:
spinners.dub.pm