basher bash package manager

amancevice/spin

https://github.com/amancevice/spin

GitHub Repo stars GitHub top language GitHub issues GitHub tag (latest by date) GitHub last commit GitHub contributors

basher install

## To install this package with basher
$ basher install amancevice/spin

Description

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