mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 02:21:19 +00: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