Skip to content

Execute a command and display a scrolling block of logs

License

Notifications You must be signed in to change notification settings

amancevice/spin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spin

Execute a command and display a scrolling block of logs

Inspired by Docker's layer build output.

example

Usage

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

About

Execute a command and display a scrolling block of logs

Resources

License

Stars

Watchers

Forks

Packages

No packages published