spinners
Binding for libspinners an elegant terminal spinners
Summary
| Latest Version | 1.0.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-08-04 05:09 |
Tags
Authors
- XXIV
Installation
nimble install spinners
choosenim install spinners
git clone https://github.com/thechampagne/libspinners-nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| spinners | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6.0 | No |
Source
| Repository | https://github.com/thechampagne/libspinners-nim |
|---|---|
| Homepage | https://github.com/thechampagne/libspinners-nim |
| Registry Source | nimble_official |
README
libspinners-nim
Nim binding for libspinners an elegant terminal spinners.
Download
nimble install spinners
Example
import std/os
import spinners
when isMainModule:
var spin = spinners.new(Spinners.Dots9, "Waiting for 3 seconds")
sleep(3000)
spin.stop()
References
License
This repo is released under the MIT License.