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
It does force replace them with ' ' (8 spaces)
And while it is generally fine with me as I don't care too much about it in some specific cases it was a problem.
I have some workaround
like
expand <(echo -e "<string with tabs in it>")| lolcat
instead of
echo -e "<string with tabs in it>"| lolcat
But if lolcat could handle that natively that would be great (I'll try to do a PR sometime but I'm no ruby expert)
The text was updated successfully, but these errors were encountered:
It does force replace them with ' ' (8 spaces)
And while it is generally fine with me as I don't care too much about it in some specific cases it was a problem.
I have some workaround
like
instead of
But if lolcat could handle that natively that would be great (I'll try to do a PR sometime but I'm no ruby expert)
The text was updated successfully, but these errors were encountered: