If you could implement the support of ansi color coding that would be fantastic. Right now if I use color codes, they get printed literally: echo -e "\x1b[38;5;208mTEST" | peep Output: [38;5;208mTEST Thank you so much
If you could implement the support of ansi color coding that would be fantastic. Right now if I use color codes, they get printed literally:
echo -e "\x1b[38;5;208mTEST" | peep
Output:
[38;5;208mTEST
Thank you so much