zscroll
zscroll copied to clipboard
A text scroller for panels or terminals
When doing post-processing on each line from zscroll, I found it to be useful to get a new line every seconds, regardless of whether the text had been changed. To...
Hi, i get this warning when using it. DEPRECATION: Loading egg at /usr/local/lib/python3.11/dist-packages/zscroll-2.0.1-py3.11.egg is deprecated. pip 24.3 will enforce this behavior change. I know it doesn't affect the functionality of...
This requires a hack to maintain backwards-compatibility (i.e. setting sys.argv and manually running a typer command to parse it), but argparse also required a hack to preprocess the arguments. This...
At the moment, when using multiple `match-commands` we get the message `If there is more than one '-M', the number must match the number of '-m's.` which is very confusing....
I made a custom bash script that do a sort of scrolling, and I’m trying to replace it by your program (because of some limitations, like fullwidth characters). But I...
Would you consider publishing this as a package on pypi? It would be nice to be able to install this with pip easily.
An option to make the direction text moves in reverse when the end of the input is reached, to create a kind of "bouncing" effect. I really can't see a...