You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I pipe a few scripts through lolcat because rainbow output is awesome. However, I noticed that when a script includes an emoji in its output (such as 🍺 from certain homebrew output lines), lolcat fails at the emoji and the remaining output is dropped.
For reference, I'm on OSX 10.13.4 and installed lolcat using homebrew.
The text was updated successfully, but these errors were encountered:
The version that I have (via brew) on my machine is the same - 99.9.11.
Here's an example of what I see:
The script should continue to execute and update the other brews listed as outdated (example list is included in the screenshot). However, when it gets to the line that notifies that a package has been updated successfully (which begins with the 🍺 emoji), lolcat seems to have an issue and drop the rest of output.
As another clarification, I'm invoking lolcat by calling: > myscript | lolcat. The script works normally (and completely) when I just call > myscript.
I pipe a few scripts through lolcat because rainbow output is awesome. However, I noticed that when a script includes an emoji in its output (such as 🍺 from certain
homebrew
output lines), lolcat fails at the emoji and the remaining output is dropped.For reference, I'm on OSX 10.13.4 and installed lolcat using
homebrew
.The text was updated successfully, but these errors were encountered: