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

Feature Request: Make it easier to use a random effect. #29

Open emmceemoore opened 3 months ago

emmceemoore commented 3 months ago

I like all of the effects and think it would be cool if I could randomly get a different effect each time I run the command. (Currently, I find myself running the command without any arguments, scanning through the various effects to find one I haven't used in a while, and then running the command again with an effect specified to achieve this. 😅)

A couple ideas come to mind:

Thanks for sharing this fun tool! 😁

alexmyczko commented 1 month ago

already is easy? tte --xterm-colors $(echo beams,binarypath,blackhole,bouncyballs,bubbles,burn,colorshift,crumble,decrypt,errorcorrect,expand,fireworks,matrix,middleout,orbittingvolley,overflow,pour,print,rain,randomsequence,rings,scattered,slice,slide,spotlights,spray,swarm,synthgrid,unstable,vhstape,waves,wipe | sed "s/,/\n/g" |shuf |head -1)