Repository

libspinners-v

V binding for libspinners an elegant terminal spinners.

Download

VPM

v install thechampagne.spinners

Example

fn main() {
    spin := spinner.new(Spinners.dots9, 'Waiting for 3 seconds')
    defer {
        spin.clean()
    }
    time.sleep(3e+9)
    spin.stop()
}

License

This repo is released under the MIT .

About

0
8
1 year ago

Author

thechampagne