https://github.com/molovo/revolver
A progress spinner for ZSH scripts
https://github.com/molovo/revolver
Last synced: 2 months ago
JSON representation
A progress spinner for ZSH scripts
- Host: GitHub
- URL: https://github.com/molovo/revolver
- Owner: molovo
- License: mit
- Created: 2016-09-02T20:04:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T17:26:40.000Z (over 1 year ago)
- Last Synced: 2024-10-13T02:15:19.199Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 144
- Watchers: 6
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - revolver - A progress spinner for ZSH scripts. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - revolver - A progress spinner for ZSH scripts. (Plugins / ZSH on Windows)
- awesome-zsh-plugins - revolver - A progress spinner for ZSH scripts. (Plugins / Zinit (née zplugin))
- fucking-awesome-shell - revolver - A reusable progress spinner for shell scripts (Shell Script Development / Directory Navigation)
- awesome-shell - revolver - A reusable progress spinner for shell scripts (Shell Script Development / Directory Navigation)
README
# Revolver
A progress spinner for ZSH scripts
[](https://asciinema.org/a/ex8z3z6d5m7uv4buww0o2qeq2)
## Installation
### [Zulu](https://github.com/zulu-zsh/zulu)
```sh
zulu install revolver
```
### zplug
```sh
zplug "molovo/revolver", \
as:command, \
use:revolver
```
### [Homebrew](http://brew.sh)
```sh
brew install molovo/revolver/revolver
```
### Manual
```sh
git clone https://github.com/molovo/revolver revolver
chmod u+x revolver/revolver
mv revolver/revolver /usr/local/bin
```
## Usage
```sh
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.
```sh
revolver --style 'bouncingBall' start 'The spinner message'
```
## License
Copyright (c) 2016 James Dinsdale (molovo.co)
Revolver is licensed under The MIT License (MIT)
## Team
* [James Dinsdale](http://molovo.co)