[Feature Suggestion/Request] Applying original colors after the running effect finished
Well, As dear @ChrisBuilds mentioned in this issue
Every effect has the option to colorize the final output to maintain some consistency throughout the effect.
.I believe that a good way to keep the consistency of the effects is to define a function to do a post processing. a secondary effect in other word. This secondary effect will change the color of the required characters from their current effect specific colors to their original colors using for example a fade-in manner. .Obviously there can be more secondary effects for applying original colors in the future
I second this.
Also would be great if it could discard the ANSI colour codes it gets from its input before outputting the content.
i have the same request. how about an option to ignore the input colors and just do the animation?
i have the same request. how about an option to ignore the input colors and just do the animation?
I may be misunderstanding but do you mean produce a colorless animation? If so, there is a --no-color option.
i have the same request. how about an option to ignore the input colors and just do the animation?
I may be misunderstanding but do you mean produce a colorless animation? If so, there is a
--no-coloroption.
It somehow modifies the (color) values of \033 ANSI sequences (eg. echo -e "\033[48;5;89mtest" | tte --no-color slide)
It somehow modifies the (color) values of \033 ANSI sequences (eg. echo -e "\033[48;5;89mtest" | tte --no-color slide)
It doesn't actually process the sequences. It's treating that whole line as input text so you're seeing undefined behavior that will depend on many factors. I am currently working on a feature which handles sequences in the input text. Hoping to have it in the 0.12.0 release.
Awesome! Looking forward to your already amazing work!