spinners ~main
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 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.
- Registered by XXIV
- ~main released a year ago
- thechampagne/libspinners-d
- MIT
- Copyright © 2023, XXIV
- Authors:
- Dependencies:
- none
- Versions:
-
1.0.0 2023-Jan-27 ~main 2023-Jan-27 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
6 downloads total
-
- Score:
- 0.3
- Short URL:
- spinners.dub.pm