Git Product home page Git Product logo

revolver's Introduction

Revolver

A progress spinner for ZSH scripts

asciicast

Installation

Manual

git clone https://github.com/adamazing/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'

Hiding cursor

You can hide the cursor during revolver operation, to do this pass option -i or --hide-cursor for the opening revolver invocation:

revolver -i start "Your awesome message"
# OR
revolver --hide-cursor start "Your awesome message"
# ...
# ...

License

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

Revolver is licensed under The MIT License (MIT)

Team

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.