No description
Find a file
2023-02-03 15:14:39 +02:00
src Initial commit 2023-02-02 23:35:50 +02:00
.gitattributes Initial commit 2023-02-02 23:35:50 +02:00
.gitignore Initial commit 2023-02-02 23:35:50 +02:00
LICENSE Initial commit 2023-02-02 23:35:50 +02:00
README.md Update README.md 2023-02-03 15:14:39 +02:00
spinners.nimble Initial commit 2023-02-02 23:35:50 +02:00

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.