Skip to content

kleinrein/dot-spinners

Repository files navigation

NuGet NuGet

Dot Spinners

Console spinners in .NET

Install

Install-Package DotSpinners 

Nuget

Usage

The public API is small and supports method chaining.

private static async Task DoWork() => await Task.Run(() => DoMoreWork());

// Spin until passed task is completed
new DotSpinner(SpinnerTypes.Pulse, DoWork()).Start();

Spinnertypes

There are 30 spinner types to choose from. All of them can be found in this comma-separated file: https://github.com/kleinrein/dot-spinners/blob/master/DotSpinners/spinners.txt

License

The MIT License (MIT)

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages