An open API service indexing awesome lists of open source software.

https://github.com/sysread/spinner

a bash utility that displays an animated ascii spinner while executing a long running command
https://github.com/sysread/spinner

Last synced: 5 months ago
JSON representation

a bash utility that displays an animated ascii spinner while executing a long running command

Awesome Lists containing this project

README

          

# NAME

spinner

# SYNOPSIS

```
spinner --msg "Sleeping..." -- sleep 5

some-long-command | spinner --msg "Commanding longingly..."
```

# DESCRIPTION

This is very complicated. I can see your eyes boggling at the complexity of
using this command.