https://github.com/amancevice/spin
|
|
|
|
|
|
basher install
## To install this package with basher
$ basher install amancevice/spin
Execute a command and display a scrolling block of logs
Simple usage:
spin -- bin/example
Customize the colors (ANSI codes), number of lines streamed, and title:
spin \
--title 'just an example' \
--lines 7 \
--color-logs 235 \
--color-spinner 41 \
--color-title 99 \
-- bin/example