Linux command
terminaltexteffects 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Apply the decrypt effect to text
cat [your_text] | tte decrypt
Apply the beams effect
echo "hello world" | tte beams
View help for a specific effect
tte [decrypt] -h
说明
terminaltexteffects (tte) is a terminal visual effects engine that works as both a standalone application and a Python library. It features 37+ built-in effects including matrix, decrypt, rain, beams, and burn, with support for complex character movement via paths, waypoints, motion easing, and bezier curves. Effects run inline, preserving terminal state and workflow.
FAQ
What is the terminaltexteffects command used for?
terminaltexteffects (tte) is a terminal visual effects engine that works as both a standalone application and a Python library. It features 37+ built-in effects including matrix, decrypt, rain, beams, and burn, with support for complex character movement via paths, waypoints, motion easing, and bezier curves. Effects run inline, preserving terminal state and workflow.
How do I run a basic terminaltexteffects example?
Run `cat [your_text] | tte decrypt` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more terminaltexteffects examples?
This page includes 3 examples for terminaltexteffects, plus related commands for nearby Linux tasks.