ChrisBuilds / terminaltexteffects

TerminalTextEffects (TTE) is a terminal visual effects engine, application, and Python library.
https://chrisbuilds.github.io/terminaltexteffects/
MIT License
2.82k stars 49 forks source link

Long lines are shortened #11

Closed vimes666 closed 4 months ago

vimes666 commented 4 months ago

When you pipe lines that are longer than the screenwidth into tte, only one screenwidth of the lines is shown. See video: https://86-80-25-224.fixed.kpn.net/tte.mkv

ChrisBuilds commented 4 months ago

Use the --wrap-text flag to handle this.

lorem | tte --wrap-text slide

If that doesn't work, let me know.

vimes666 commented 4 months ago

Yes with --wrap-text it works fine, thank you ChrisBuddy.