tiny-spinner

A simple, beautiful CLI spinner for terminal applications.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

A simple, yet beautiful, CLI spinner.

Commands

tiny-spinner

Examples

show a loading spinner while a command runs$ tiny-spinner -- sleep 5
display a spinner with custom text message$ tiny-spinner --text 'Processing files' -- sleep 3
use different spinner animation styles$ tiny-spinner --spinner dots -- sleep 3
add a spinner to a long running script$ tiny-spinner -- npm install
show spinner with success message when done$ tiny-spinner --text 'Uploading' -- curl -X POST https://example.com/api