Skip to content

molovo/revolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revolver

A progress spinner for ZSH scripts

asciicast

Installation

zulu install revolver

zplug

zplug "molovo/revolver", \
  as:command, \
  use:revolver
brew install molovo/revolver/revolver

Manual

git clone https://github.com/molovo/revolver revolver
chmod u+x revolver/revolver
mv revolver/revolver /usr/local/bin

Usage

revolver start 'Your awesome message'

# Do something here

revolver update 'A different message'

# Do something else here

revolver stop

Styles

Revolver comes with a revolver demo command which demonstrates each of the included spinner styles. Once you've found one you like, select it using the --style option.

revolver --style 'bouncingBall' start 'The spinner message'

License

Copyright (c) 2016 James Dinsdale [email protected] (molovo.co)

Revolver is licensed under The MIT License (MIT)

Team