Textualize / rich-cli

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

Rich capturing mouse movements from stdin #71

Open fny opened 1 year ago

fny commented 1 year 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