Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlatsas/bash-spinner
Display a small progress spinner in bash while running your commands
https://github.com/tlatsas/bash-spinner
Last synced: 12 days ago
JSON representation
Display a small progress spinner in bash while running your commands
- Host: GitHub
- URL: https://github.com/tlatsas/bash-spinner
- Owner: tlatsas
- License: mit
- Created: 2011-07-25T10:19:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T06:50:21.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T10:37:13.590Z (14 days ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 151
- Watchers: 10
- Forks: 43
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
spinner.sh
Display an awesome 'spinner' while running your long shell commands
Do *NOT* call _spinner function directly.
Use {start,stop}_spinner wrapper functionsusage:
1. source this script in your's
2. start the spinner:
start_spinner [display-message-here]
3. run your command
4. stop the spinner:
stop_spinner [your command's exit status]Also see: test.sh