Terminal: `sl | lolcat` does not work

Created on 6 Aug 2019  ·  2Comments  ·  Source: microsoft/terminal

Environment

Windows build number: Microsoft Windows [Version 10.0.18362.267]
Windows Terminal version (if applicable): 0.3.2142.0

Any other software?
Ubuntu 18.04 running in WSL1 with zsh as the default shell.

Steps to reproduce


apt install sl lolcat in case they are not installed yet.
Then run sl | lolcat

Expected behavior


A colorful steam locomotive runs over the screen and my productivity increases by 0.2 %.

Actual behavior


image
🤷‍♂️
sl works on its own but when piped through lolcat, I only see hundreds of lines of colorful gibberish scrolling by.

Needs-Tag-Fix Needs-Triage

Most helpful comment

looks like the version installed on WSL Ubuntu is

lolcat 42.0.99

the sl issue should be fixed in 99.9.19

EDIT: After apt uninstalling lolcat and running sudo gem install lolcat the following command works

sl | /usr/local/bin/lolcat

image

All 2 comments

looks like the version installed on WSL Ubuntu is

lolcat 42.0.99

the sl issue should be fixed in 99.9.19

EDIT: After apt uninstalling lolcat and running sudo gem install lolcat the following command works

sl | /usr/local/bin/lolcat

image

Confirmed! Updating to the recent lolcat fixes this issue and is seems like this was not caused by the new terminal emulator at all.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TayYuanGeng picture TayYuanGeng  ·  3Comments

mdtauk picture mdtauk  ·  3Comments

miniksa picture miniksa  ·  3Comments

ghvanderweg picture ghvanderweg  ·  3Comments

mrmlnc picture mrmlnc  ·  3Comments