mirror of
https://github.com/nushell/nushell.git
synced 2025-05-31 23:26:11 +02:00
This commit renders ANSI chars in order to provide shell integrations such Kitty's opening feature that captures the output of the last command in a pager such as less. Fixes #5138