click-spinner icon indicating copy to clipboard operation
click-spinner copied to clipboard

It's easy to show that your command line app is active

Results 8 click-spinner issues
Sort by recently updated
recently updated
newest added

Hello, The last commit on this repository is from two years ago and there are a couple pending PRs that could be merged as well as [someone asking for a...

Using spinner, if i try printing anything on console then it spinner also gets added like below. It would better to have it cleared or add new line to avoid...

This is to address #34 by adding "direction" argument. Also: - added a simple example (`examples/hello.py`) - added some basic type checking - applied `% black -l 79 ...` and...

Hi @yoavram can you please make a new release that includes https://github.com/click-contrib/click-spinner/pull/31 Thank you

Currently after spinner is stopped it might leave behind the last symbol that was printed. This happens because '\b' is non-destructive in many terminal emulators. If '\n' is printed after...

I can't explain it, but clockwise is what I expected to see when I ran this :-).

Could you please consider to drop python 2 support? This would reduce dependency on six at least.

This PR contains two separate bugfixes: 1. beep shouldn't be written to stdout when redirected, and 2. always erase the spinner on exit. (1) is self-explanatory, but (2) might require...