Textualize / rich-cli

Rich-cli is a command line toolbox for fancy output in the terminal
https://www.textualize.io
MIT License
3.1k stars 77 forks source link

Rich capturing mouse movements from stdin #71

Open fny opened 2 years ago

fny commented 2 years ago

Rich captures mouse movements from stdin:

systemctl  status | rich - --pager

!image

This does not occur when using less as a pager

systemctl status | less
gl-yziquel commented 1 month ago

Same issue here.